logoSocialKit
APIMedia

Update a media file

Update a media file

Request

  • Method: PUT
  • URL: https://app.socialk.it/core/api/<workspaceUuid>/media/<mediaUuid>
  • Authorization: Bearer <token>

Body

{
  "alt_text": "example-alt-text"
}
KeyTypeRequiredDescription
alt_textstringNoAlt text

Response

{
  "success": true
}

On this page