Skip to main content
PATCH
Patch View

Description

Patches the view.

Payload

where:
  • projectId: Project identifier. Optional.
  • dashboardId: Dashboard Identifier to attach the view to it. Optional.
  • name: Name for the view. Optional.
  • fromDate: Starting date in YYYY-MM-DD format. Optional.
  • toDate: Ending date in YYYY-MM-DD format. Optional.
  • filter: Filters applied to the view. Optional.
  • displayConfig: Please refer to the Fetch views Response documentation. Optional.

Response

200 OK

where:
  • id: View identifier.
  • projectId: Project identifier.
  • dashboardId: Dashboard Identifier to attach the view to it.
  • name: Name for the view.
  • fromDate: Starting date in YYYY-MM-DD format.
  • toDate: Ending date in YYYY-MM-DD format.
  • filter: Filters applied to the view.
  • displayConfig: Please refer to the Fetch views Response documentation.
  • userId: User identifier owner of the view.

401 Unauthorized

The user doesn’t have permissions.

500 Internal Server Error

Error occurred while processing the request.

Authorizations

Authorization
string
header
required

Access token obtained from the m2m-token endpoint.

Headers

Authorization
string
required

Body

application/json

The body is of type object.

Response

Patch View

The response is of type object.