Request
Body Params application/json
{
"name": "Production Ready"
}
Request Code Samples
curl --location --request PUT 'https://api.shorterloop.com/api/initiatives/PRO-DNJN/version/54' \
--header 'x-api-key: Bearer y25VtKlT0gnYHmgy9tqB5riXnBR1kiA4tN0CUDwGd7A' \
--header 'initiativeId: PRO-DNJN' \
--header 'initiativeId;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Production Ready"
}'
Responses
application/json {
"success": true,
"message": "string",
"data": {}
}
Modified at 2024-09-16 06:56:13