00c653316d35
latestOpenAPI 3.0.32026-08-13154321638.4 KBHarbors
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
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"
}
}