Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourYellow
titleUnder Development

Update a saved filter identified filter identified by its id.

Code Block
languagebash
[PUT|POST] /filters/:id

...

titleStringTitle for the saved filter.
sharedString'yes' or 'no'
_fieldspartial stringAllows you to specify optional fields and linked objects to include in the response.

Handling the response

Upon successfully updating a timer, you will be presented with the updated filter. For handling the response optional fields, please see List Saved Filters

Sample Response

Code Block
languagebash
PUT /filters/91?_skip_auth=1&_fields=object_type,shared

...