Add a status to favorites

POST /favorites/create
application/x-www-form-urlencoded

Body Required

  • id integer

    The id of the status to favorite

Responses

  • 200

    Status added to favorites successfully

  • 404

    Status not found

POST /favorites/create
curl \
 --request POST 'https://blips.club/favorites/create' \
 --header "Content-Type: application/x-www-form-urlencoded" \
 --data 'id=42'