Skip to main content

UpdateProjectRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/UpdateProjectRequestBody.json
descriptionstring

Project description

namestring

Project name

statusstring

Project status: active or archived

UpdateProjectRequestBody
{
"$schema": "https://example.com/schemas/UpdateProjectRequestBody.json",
"description": "string",
"name": "string",
"status": "string"
}