Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Body
Unique project name for a client. Each client always has one "default" project.
"New Project"
ID associated with the client.
3
Description of the project.
255
"Project description"
State of the project.
"ACTIVE"
Response
Created
ID associated with the client.
1
Datetime of creation, which is automatically generated.
"2019-12-31T23:59:59"
Project ID, which is automatically generated upon creation.
1
Indicates if the project is the default one. Each client always has one default project.
true
Unique project name for a client.
"default"
The state of the project.
"ACTIVE"
Datetime of deletion, which is automatically generated if the project is deleted.
"2020-12-31T23:59:59"
Description of the project.
255
"Project description"
The UUID of the active task that currently holds a lock on the resource. This lock prevents concurrent modifications to ensure consistency. If null
, the resource is not locked.
"7244e161-664c-4afd-a34e-7003eac4d949"