|
|
|
## Actions
|
|
|
|
|
|
### Create
|
|
### Create
|
|
Create a new app for the user that has authenticated itself.
|
|
Create a new app for the user that has authenticated itself.
|
|
```
|
|
```
|
... | @@ -32,7 +34,7 @@ https://portal.robotsindeklas.nl/API/v1/app/copy |
... | @@ -32,7 +34,7 @@ https://portal.robotsindeklas.nl/API/v1/app/copy |
|
|
|
|
|
Parameters:
|
|
Parameters:
|
|
- **app** - *string*: the object id of the app you want to copy;
|
|
- **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
|
|
### Lock
|
... | @@ -43,7 +45,7 @@ https://portal.robotsindeklas.nl/API/v1/app/lock |
... | @@ -43,7 +45,7 @@ https://portal.robotsindeklas.nl/API/v1/app/lock |
|
|
|
|
|
Parameters:
|
|
Parameters:
|
|
- **app** - *string*: the object id of the app you want to lock;
|
|
- **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
|
|
### Share
|
... | @@ -110,7 +112,7 @@ Parameters: |
... | @@ -110,7 +112,7 @@ Parameters: |
|
- **link** - *boolean*: link (true) or de-link (false).
|
|
- **link** - *boolean*: link (true) or de-link (false).
|
|
|
|
|
|
|
|
|
|
### Response
|
|
## Response
|
|
If the request was successful, you will receive the following response:
|
|
If the request was successful, you will receive the following response:
|
|
|
|
|
|
Model:
|
|
Model:
|
... | | ... | |