Register a new app in the project.
POST /api/v1/projects/:project_id/apps
Register a new app in the project.
Path Parameters
- project_id string required
Project ID
- application/json
Request Body required
Project App Create Body
- app_description string
- app_name string required
- org_id string
- project_id string
- role_name string required
Role template TODO: More granular in the future!
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- api_key string
- app_id string
- app_name string
{
"api_key": "string",
"app_id": "string",
"app_name": "string"
}
Loading...