views publish
GET {{baseUrl}}/views.publish?user_id=<string>&view=<string>&hash=<string>
Publish a static view for a User.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
user_id | string | (Required) id of the user you want publish a view to. | |
view | string | (Required) A view payload. 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"}