Update view
Update view data with additional filters and other information for a specific project.
Path parameters
View ID
Request body
Example request
{
"data": {
"filters": {
"items": [
{
"filter": "filter:tasks:id",
"operator": "greater",
"type": "Number",
"value": 123
}
]
}
}
}Response
Changes
Changed in 5 of the 97 revisions of this API.5316
- ▲
added
PrepareParamsFiltersRequestto thedata/filtersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
PrepareParamsOrderingRequestto thedata/orderingrequest propertyallOflistrequest-property-all-of-added
- ▲
the
data/filtersrequest property type/format changed fromobject/to/request-property-type-changed
- ▲
the
data/orderingrequest property type/format changed fromarray/to/request-property-type-changed
- ●
removed the request property
data/filters/conjunctionrequest-property-removed
- ●
removed the request property
data/filters/itemsrequest-property-removed
- ○
added the media type
application/x-www-form-urlencodedto the request bodyrequest-body-media-type-added
- ○
added the media type
multipart/form-datato the request bodyrequest-body-media-type-added
- ○
the request property
data/filtersbecame nullablerequest-property-became-nullable
- ○
the request property
data/orderingbecame nullablerequest-property-became-nullable
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the optional property
filter_group/filters/items/child_filterfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional request property
data/filters/items/items/child_filtersnew-optional-request-property
- ○
added the optional property
filter_group/filters/items/child_filtersto the response with the200statusresponse-optional-property-added
- ●
- ▲
the
locked_byresponse's property type/format changed frominteger/toobject/for status200response-property-type-changed
- ○
added the optional property
locked_by/emailto the response with the200statusresponse-optional-property-added
- ○
added the optional property
locked_by/idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
locked_by/nameto the response with the200statusresponse-optional-property-added
- ○
the response optional property
locked_bybecame read-only for the status200response-optional-property-became-read-only
- ○
the response property
locked_bybecame required for the status200response-property-became-required
- ▲
- ○
added the optional property
is_lockedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
locked_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
locked_byto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new
in_listenum value to the request propertydata/filters/items/items/operatorrequest-property-enum-value-added
- ○
added the new
not_in_listenum value to the request propertydata/filters/items/items/operatorrequest-property-enum-value-added
- ○
Of the 97 revisions, 1 has no diff computed.