project

Update properties for a selected project.

This endpoint is aimed to update the properties of a project.

put/projects/{project_name_or_id}

Path parameters

project_name_or_idstring required

The name or id of the project

Headers

X-Request-Idstring

An unique ID for the request

X-Is-Resource-Nameboolean

The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name.

Request body

project_namestring

The name of the project.

publicboolean nullable

deprecated, reserved for project creation in replication

storage_limitinteger nullable

The storage quota of the project.

registry_idinteger nullable

The ID of referenced registry when creating the proxy cache project

Response

Success

Changes

No recorded changes to this endpoint across all 1 revision of this API.