v4

latestOpenAPI 3.1.02026-08-01207318738.7 KB
Models

Update topic

patch/api/v1/models/{modelId}/topic/{topicName}

Path parameters

modelIdstring uuid required

Model UUID

Example:123e4567-e89b-12d3-a456-426614174000

Model UUID

topicNamestring required

Topic name

Example:sales_analytics

Topic name

Query parameters

branch_idstring uuid

Branch ID to use for branch-aware operations

Example:123e4567-e89b-12d3-a456-426614174001

Branch ID to use for branch-aware operations

Request body

descriptionstring

Topic description

groupLabelstring

Group label for the topic

hiddenboolean

Whether the topic is hidden

labelstring

Topic label

newTopicNamestring

New topic name (for rename)

Response

Topic updated successfully

successboolean required

Whether the operation was successful

Example response

{
  "success": true
}