Skip to content
OpenPostDocs
OpenPostDocs
Media

Toggle favorite status of a media attachment

PATCH/media/{id}/favorite

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Media ID

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X PATCH "https://example.com/media/string/favorite"
{  "$schema": "https://example.com/api/v1/schemas/UpdateMediaFavoriteOutputBody.json",  "is_favorite": true}