Skip to navigation

Update a Studio project as an admin

Updates a Studio project’s membership, bypassing per-project access control.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

projectIdstring or integerRequired
Project identifier, either an ObjectId or an IID

Request

updateData
memberslist of objectsRequired

Response

Update result
messagestringOptional
dataobject or nullOptional
Project data as it is sent back from get and search endpoints
metadataobjectOptional

Errors

500
Internal Server Error