... | @@ -114,6 +114,7 @@ Parameters: |
... | @@ -114,6 +114,7 @@ Parameters: |
|
If the request was successful, you will receive the following response:
|
|
If the request was successful, you will receive the following response:
|
|
|
|
|
|
Model:
|
|
Model:
|
|
|
|
```
|
|
{
|
|
{
|
|
'_id': ObjectId - The id of the app
|
|
'_id': ObjectId - The id of the app
|
|
'name': String - The name of the app, visible in the portal
|
|
'name': String - The name of the app, visible in the portal
|
... | @@ -125,7 +126,7 @@ Model: |
... | @@ -125,7 +126,7 @@ Model: |
|
'locked': Boolean - Is the app locked
|
|
'locked': Boolean - Is the app locked
|
|
'access': Integer - The access level you have over this app
|
|
'access': Integer - The access level you have over this app
|
|
}
|
|
}
|
|
|
|
```
|
|
|
|
|
|
Example:
|
|
Example:
|
|
```
|
|
```
|
... | | ... | |