v4

latestOpenAPI 3.1.02026-08-01207318738.7 KB
Models

Update view

patch/api/v1/models/{modelId}/view/{viewName}

Path parameters

modelIdstring uuid required

Model UUID

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

Model UUID

viewNamestring required

View name

Example:orders

View 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

aiContextstring

AI context for the view

descriptionstring

View description

formatstring

View format

hiddenboolean

Whether the view is hidden

labelstring

View label

tagsstring[]

Tags for the view

Response

View updated successfully

successboolean required

Whether the operation was successful

Example response

{
  "success": true
}