v1

latestOpenAPI 3.0.02026-08-06194226589.8 KB
Apps

Create a new app.

You can only create an app when you are authenticated as a user (OpenID implicit flow). You will be assigned as owner of the new app automatically.

post/api/apps

Request body

namestring required

The name of the app.

templatestring nullable

Initialize the app with the inbuilt template.

Response

App created.

_linksobject required

The links.

idstring required

The ID of the app.

namestring required

The name of the app.

labelstring nullable

The optional label of the app.

descriptionstring nullable

The optional description of the app.

versioninteger required

The version of the app.

createdstring date-time required

The timestamp when the app has been created.

lastModifiedstring date-time required

The timestamp when the app has been modified last.

teamIdstring nullable

The ID of the team.

permissionsstring[] required

The permission level of the user.

canAccessApiboolean required

Indicates if the user can access the api.

canAccessContentboolean required

Indicates if the user can access at least one content.

roleNamestring nullable

The role name of the user.

rolePropertiesobject required

The properties from the role.