cURL
curl --request POST \ --url https://api.obselite.com/v0/configuration/update \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "taskPrefix": "<string>", "maximumAssignees": 123, "automaticPrioritization": true, "prioritizationLabels": [ "<string>" ], "prioritizationLevels": [ 123 ], "lockedAt": "<string>" }'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "automaticPrioritization": true, "maximumAssignees": 123, "prioritizationLabels": [ "<string>" ], "prioritizationLevels": [ 123 ], "organization": {}, "team": {}, "activities": [ {} ] }
The API token generated from the Obselite dashboard
Successful response
Configuration UUID
The organization that owns this configuration, following the organization schema
The team that this configuration is associated with, following the team schema
Show child attributes