Updates an existing task view.

Updates an existing task view. If the provided filter string is invalid the request will fail with status 400. Only the original author can update a non-shared task view. Shared task views can only be updated by the original author or someone with project planning permissions.

Required Permissions
Any authenticated user.

Path parameters

taskViewIdUUIDRequired
The id of the task view that will be updated.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
filterstring or nullOptional
The filter query that is applied to the tasks results. The syntax follows the normal filter conventions that can be used on GET routes.
filterSettingsstring or nullOptional
The filter settings to display.
namestring or nullOptional
The name of the task view.
isSharedbooleanOptional
If the taskview is shared or not.

Response

OK
idUUID or null
The id of the task view.
isSharedboolean or null
Whether this task view is shared within the workspace.
filterstring or null
The filter query that is applied to the tasks results. The syntax follows the normal filter coventions that can be used on GET routes.
filterSettingsstring or null
The filter settings to display.
namestring or null
The name of the task view.
createdOndatetime or null
The date this task view was created.
createdByUUID or null
The id of the user who created this task view.
updatedOndatetime or null
The date this task view was last modified.
updatedByUUID or null
The id of the user who last modified this task view.