put /users/{id}/filters
Update the filters for a user.
Updates the ordered list of filter IDs for the specified user.
Path parameters
- id (required)
- The ID of the user
Request body
- filtersIds (required)
- array[string] The ordered list of the filters for the specified user.
Responses
- 200
- Success. The location of the updated user is returned.
- 400
- One of the following errors has occurred:The ID of the request is malformed.The body of the request is malformed.One or more filters were not found.
- 404
- The user ID was not found.