views publish

GET {{baseUrl}}/views.publish?user_id=<string>&view=<string>&hash=<string>

Publish a static view for a User.

Request Params

KeyDatatypeRequiredDescription
user_idstring(Required) id of the user you want publish a view to.
viewstring(Required) A view payload. This must be a JSON-encoded string.
hashstringA string that represents view state to protect against possible race conditions.

HEADERS

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: none

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}