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
messagestringOptional
dataobject or nullOptional
Project data as it is sent back from get and search endpoints
metadataobjectOptional

Errors

500
Internal Server Error