Path Parameters
Body
application/json
curl --request PATCH \
--url http://api/v1/projects/{projectUuid}/schedulerSettings \
--header 'Content-Type: application/json' \
--data '
{
"schedulerTimezone": "<string>"
}
'{
"results": "<any>",
"status": "ok"
}curl --request PATCH \
--url http://api/v1/projects/{projectUuid}/schedulerSettings \
--header 'Content-Type: application/json' \
--data '
{
"schedulerTimezone": "<string>"
}
'{
"results": "<any>",
"status": "ok"
}Was this page helpful?