Update Harbor
Updates a Harbor’s name and description.
Renaming a managed Harbor also renames its backing Connection. Both names
change together; a name conflict returns 409 Conflict and leaves both
unchanged. Renaming a customer-managed Harbor preserves its Connection’s name.
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_id
Unique identifier of the Harbor.
Headers
X-Polytomic-Version
Request
This endpoint expects an object.
name
Human-readable Harbor name.
description
Short description of the Harbor. Maximum 1,000 characters.
Response
OK
data
Errors
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error
