v1

latestSwagger 2.02026-07-134847139.5 KB

Update a specific project.

patch/projects/{projectId}

Path parameters

projectIdstring uuid required

The id of the project to update.

Request body

idstring uuid

Gets the project id.

namestring required

Gets or sets the name of the project.

descriptionstring nullable required

Gets or sets the description of the project.

createdstring date-time

Gets the date this project was created.

lastModifiedstring date-time

Gets the date this project was last modified.

thumbnailUristring

Gets the thumbnail url representing the image.

drModeEnabledboolean nullable

Gets if the Disaster Recovery (DR) mode is on, indicating the project is temporarily read-only.

status'Succeeded' | 'Importing' | 'Failed'

Gets the status of the project.

Response

OK

idstring uuid

Gets the project id.

namestring required

Gets or sets the name of the project.

descriptionstring nullable required

Gets or sets the description of the project.

createdstring date-time

Gets the date this project was created.

lastModifiedstring date-time

Gets the date this project was last modified.

thumbnailUristring

Gets the thumbnail url representing the image.

drModeEnabledboolean nullable

Gets if the Disaster Recovery (DR) mode is on, indicating the project is temporarily read-only.

status'Succeeded' | 'Importing' | 'Failed'

Gets the status of the project.