Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P Portal-api
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • doc
  • Portal-api
  • Wiki
  • App API

App API · Changes

Page history
Updated styling authored Apr 22, 2022 by Jurjen Brouwer's avatar Jurjen Brouwer
Hide whitespace changes
Inline Side-by-side
Showing with 5 additions and 3 deletions
+5 -3
  • App-API.md App-API.md +5 -3
  • No files found.
App-API.md
View page @ 31f65a41
## Actions
### Create
Create a new app for the user that has authenticated itself.
```
......@@ -32,7 +34,7 @@ https://portal.robotsindeklas.nl/API/v1/app/copy
Parameters:
- **app** - *string*: the object id of the app you want to copy;
- **name** - *string*, (optional, default: name of the original app): the new name of the copied app.
- **name** - *string* - (optional, default: name of the original app): the new name of the copied app.
### Lock
......@@ -43,7 +45,7 @@ https://portal.robotsindeklas.nl/API/v1/app/lock
Parameters:
- **app** - *string*: the object id of the app you want to lock;
- **lock** - *boolean*, (optional, default: false): lock (true) or unlock (false) this app.
- **lock** - *boolean* - (optional, default: false): lock (true) or unlock (false) this app.
### Share
......@@ -110,7 +112,7 @@ Parameters:
- **link** - *boolean*: link (true) or de-link (false).
### Response
## Response
If the request was successful, you will receive the following response:
Model:
......
Clone repository
  • App API
  • Folder API
  • Group API
  • Robot API
  • User API
  • Home