00c653316d35

latestOpenAPI 3.0.32026-08-13154321638.4 KB
Harbors

Update Harbor

Updates a Harbor's name and description.

This operation does not change backing_mode or backing_connection_id.

put/api/harbors/{harbor_id}

Path parameters

harbor_idstring uuid required

Unique identifier of the Harbor.

Example:248df4b7-aa70-47b8-a036-33ac447e668d

Unique identifier of the Harbor.

Headers

X-Polytomic-Versionstring

Request body

descriptionstring

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

namestring required

Human-readable Harbor name.

Example request

{
  "description": "Revenue, pipeline, and renewal data",
  "name": "Revenue Operations"
}

Response

OK

Example response

{
  "data": {
    "backing_connection_id": "248df4b7-aa70-47b8-a036-33ac447e668d",
    "backing_mode": "managed",
    "id": "248df4b7-aa70-47b8-a036-33ac447e668d",
    "mcp_server_url": "https://mcp.polytomic.com/mcp/harbors/revenue_operations",
    "name": "Revenue Operations",
    "organization_id": "248df4b7-aa70-47b8-a036-33ac447e668d"
  }
}