post /apps
Creates a new app.
Creates a new app, and returns its ID.
Request body
- appRequest (required)
- AppRequest the app request
Responses
- 201
- Success. The app has been created.
- 400
- Invalid request
- 403
- The user is not authorized to create a new app.
- 409
- Conflict. An app with same name already exists.