Update an existing project

Updates an existing project.

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
namestringOptional
Project name
descriptionstringOptional

A free-form block of text for describing project intent and function

thumbnailBackgroundColorstringOptionalDefaults to #FFFFFF
Thumbnail background color
memberslist of objectsOptional
versionobjectOptional
gitConfigurationobjectOptional

Response

Update result
messagestring
dataobject or null
Project data as it is sent back from get and search endpoints
metadataobject

Errors

500
Internal Server Error