views

Publish a static view for a User.

get/views.publish

Query parameters

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.

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 published view payload.

oktrue required

Changes

No recorded changes to this endpoint across all 1 revision of this API.