client.users.patch_me_favorites_ranking_bottom

A method of the Users endpoint.

patch_me_favorites_ranking_bottom(id: int) Response

Move a favorite to the bottom of the list

API URL: PATCH /users/me/favorites/{id}/ranking/bottom

import civis
client = civis.APIClient()
response = client.users.patch_me_favorites_ranking_bottom(...)
Parameters:
idint

The id of the favorite.

Returns:
None

Response code 204: success