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
Forgot the code blocks around model authored Apr 21, 2022 by Jurjen Brouwer's avatar Jurjen Brouwer
Show whitespace changes
Inline Side-by-side
Showing with 2 additions and 1 deletion
+2 -1
  • App-API.md App-API.md +2 -1
  • No files found.
App-API.md
View page @ 6670e27c
......@@ -114,6 +114,7 @@ Parameters:
If the request was successful, you will receive the following response:
Model:
```
{
'_id': ObjectId - The id of the app
'name': String - The name of the app, visible in the portal
......@@ -125,7 +126,7 @@ Model:
'locked': Boolean - Is the app locked
'access': Integer - The access level you have over this app
}
```
Example:
```
......
Clone repository
  • App API
  • Folder API
  • Group API
  • Robot API
  • User API
  • Home