v1

latestOpenAPI 3.0.02026-07-1417448450.4 KB
views

Update an existing view.

get/views.update

Query parameters

view_idstring

A unique identifier of the view to be updated. Either view_id or external_id is required.

external_idstring

A unique identifier of the view set by the developer. Must be unique for all views on a team. Max length of 255 characters. Either view_id or external_id is required.

viewstring

A view object. This must be a JSON-encoded string.

hashstring

A string that represents view state to protect against possible race conditions.

Headers

tokenstring required

Authentication token. Requires scope: none

Response

Typical success response includes the updated view payload.

oktrue required