Application CREATE
POST/applications
Creates an application that can be associated with experiments and metrics.
Required permissions: Application Create or Application Admin.
The application name must be unique. If description is omitted, it defaults to an empty string. If archived is omitted, it defaults to false.
Request
Responses
- 200
- 400
- 401
- 403
- 409
- 500
The application was created successfully.
The request is invalid or a field exceeds its maximum length.
The User API key is missing or invalid.
The authenticated user does not have permission to create applications.
An application with the same name already exists.
An unexpected server error occurred.