Skip to main content
PUT
Updates a view

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

view_id
string<uuid>
required

View identifier.

Body

application/json
name
string

It should be unique. Must be <= 256 characters and consist of only alphanumeric characters and underscores.

display_name
string

Optional. Display Name must be non-empty and less than 1000 chars.

tags
string[]

Optional. Each tag must be less than 256 chars.

collaborators
object

Describes who can view or query a resource

nql
string

Response

200 - application/json

OK

id
string<uuid>
required
name
string
required

It should be unique. Must be <= 256 characters and consist of only alphanumeric characters and underscores.

collaborators
object
required

Describes who can view or query a resource

owner
object
required

Information about the owner of the view

metadata
object
required

Metadata about when and by whom a view was created/updated

nql
string
required
display_name
string

Optional. Display Name must be non-empty and less than 1000 chars.

tags
string[]

Optional. Each tag must be less than 256 chars.

is_owned
boolean

Whether the requestor owns the view.

schema
object

NQL schema for the view.