Views
Update a view
Updates an existing view with the provided details.
PATCH
/v1/views/id
Accepted Keys:
name
data
icon
Example response:
Parameters
Name | Located In | Required | Schema |
---|---|---|---|
id | path | Yes | string |
Request Body
Property | Type | Description |
---|---|---|
name | string | |
data | array | |
columns | object | |
icon | string |
Responses
200
Successful response
Property | Type | Description |
---|---|---|
id | string | |
name | string | |
data | array | |
columns | array | |
icon | string | |
type | string | |
projectId | string | |
ownerId | string | |
updatedAt | string |