AladiaDocs
Api referenceSocial views

Update social views

PUT
/v2/social-views
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/v2/social-views" \  -H "Content-Type: application/json" \  -d '{    "entity": {      "id": "string",      "type": "reel"    }  }'
{}