Studio Projects
Update Studio Project
Description
Updates a studio project
Details
This API can be used to update the studio project that matches the ID that was passed in as a path parameter. To use this API, pass in the id
that was returned from your Create Studio Project API call as a path parameter.
Review the request schema to see the fields that can be updated.
PATCH
/
v4
/
studio-projects
/
{studio_project_id}
Authorizations
Path Parameters
Body
application/json
The name of the Studio Project
The description of the Studio Project
Your API key for Studio, can be updated with the PATCH endpoint
Response
200 - application/json
The name of the Studio Project
The description of the Studio Project
The unique identifier of the entity.
The date and time when the entity was created in ISO format.
The ID of the account that owns the given entity.
The user who originally created the entity.