Update a favorite list
PATCH/v2/favoritelists/:id
Updates an existing favorite list with new data.
Allows partial updates of favorite list properties including name, content (products/clusters), and default status. The slug will be automatically regenerated if the name is changed.
Update Rules:
- All fields are optional (partial updates supported)
- Ownership cannot be changed after creation
- Content can be completely replaced or updated incrementally
Request
Responses
- 200
- 400
- 403
- 404
- 500
The favorite list has been successfully updated.
The request contains invalid data or ID format.
You do not have permission to update this favorite list.
The favorite list with the specified ID was not found.
An unexpected error occurred while updating the favorite list.