Authorizations
Path Parameters
Required string length:
36Example:
Body
application/json
Maximum length:
255Example:
curl --request PUT \
--url https://app.dynamicauth.com/api/v0/projects/{projectId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "An example name"
}'{
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"name": "Example project name"
}36255Was this page helpful?
curl --request PUT \
--url https://app.dynamicauth.com/api/v0/projects/{projectId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "An example name"
}'{
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"name": "Example project name"
}