Skip to main content
PATCH
/
v1
/
studio
/
{id}
Update a studio admin
curl --request PATCH \
  --url https://revstack.dev/v1/studio/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "passwordHash": "<string>"
}
'
null

Path Parameters

id
string
required
Example:

"admin_abc123"

Body

application/json
name
string
passwordHash
string

Response

200 - application/json

Admin updated

The response is of type unknown.