client.users.patch_me_favorites_ranking_lower
A method of the Users endpoint.
- patch_me_favorites_ranking_lower(id: int) Response
Move a favorite one position closer to the bottom of the list
API URL:
PATCH /users/me/favorites/{id}/ranking/lowerimport civis client = civis.APIClient() response = client.users.patch_me_favorites_ranking_lower(...)
- Parameters:
- idint
The id of the favorite.
- Returns:
- None
Response code 204: success