views update
GET {{baseUrl}}/views.update?view_id=<string>&external_id=<string>&view=<string>&hash=<string>
Update an existing view.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
view_id | string | A unique identifier of the view to be updated. Either view_id or external_id is required. | |
external_id | string | 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. | |
view | string | A view object. This must be a JSON-encoded string. | |
hash | string | A string that represents view state to protect against possible race conditions. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: none |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}