Updates the 'favourite' status of a collection for a specific user. It also invalidates the cached collections data for the user after a successful update.
put
Authorizations
Query parameters
collectionIdinteger · int32required
The ID of the collection to be updated.
isFavouritebooleanrequired
A boolean value indicating whether the collection is marked as a favourite.
usermailstringrequired
The email ID of the user whose collection is being updated.
Responses
put
PUT /Collections/UpdateFavouriteCollection?collectionId=1&isFavourite=true&usermail=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*