Update Harbor

Beta

Updates a Harbor’s name and description.

This operation does not change backing_mode or backing_connection_id.

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

harbor_idstringRequiredformat: "uuid"
Unique identifier of the Harbor.

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
namestringRequired

Human-readable Harbor name.

descriptionstringOptional
Short description of the Harbor. Maximum 1,000 characters.

Response

OK
dataobjectOptional

Errors

403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error