client.users.patch_me_favorites_ranking_higher

A method of the Users endpoint.

patch_me_favorites_ranking_higher(id: int) Response

Move a favorite one position closer to the top of the list

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

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

The id of the favorite.

Returns:
None

Response code 204: success