Authorizations
The API token generated from the Obselite dashboard
Body
application/json
curl --request POST \
--url https://api.obselite.com/v0/languages/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ORGANIZATION": {
"singular": "<string>",
"plural": "<string>"
},
"TEAM": {
"singular": "<string>",
"plural": "<string>"
},
"PRODUCT": {
"singular": "<string>",
"plural": "<string>"
},
"PROJECT": {
"singular": "<string>",
"plural": "<string>"
},
"TASK": {
"singular": "<string>",
"plural": "<string>"
},
"FEATURE": {
"singular": "<string>",
"plural": "<string>"
},
"TECHNOLOGY": {
"singular": "<string>",
"plural": "<string>"
},
"USER": {
"singular": "<string>",
"plural": "<string>"
},
"CYCLE": {
"singular": "<string>",
"plural": "<string>"
}
}'[
{
"key": "CYCLE",
"singular": "<string>",
"plural": "<string>"
}
]curl --request POST \
--url https://api.obselite.com/v0/languages/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ORGANIZATION": {
"singular": "<string>",
"plural": "<string>"
},
"TEAM": {
"singular": "<string>",
"plural": "<string>"
},
"PRODUCT": {
"singular": "<string>",
"plural": "<string>"
},
"PROJECT": {
"singular": "<string>",
"plural": "<string>"
},
"TASK": {
"singular": "<string>",
"plural": "<string>"
},
"FEATURE": {
"singular": "<string>",
"plural": "<string>"
},
"TECHNOLOGY": {
"singular": "<string>",
"plural": "<string>"
},
"USER": {
"singular": "<string>",
"plural": "<string>"
},
"CYCLE": {
"singular": "<string>",
"plural": "<string>"
}
}'[
{
"key": "CYCLE",
"singular": "<string>",
"plural": "<string>"
}
]The API token generated from the Obselite dashboard
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes