client.users.patch_me_favorites_ranking_top

A method of the Users endpoint.

patch_me_favorites_ranking_top(id: int) Response

Move a favorite to the top of the list

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

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

The id of the favorite.

Returns:
None

Response code 204: success