UpdateProjectRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/UpdateProjectRequestBody.jsondescriptionstring
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"
}