cURL
curl --request PATCH \ --url https://api.fourthwall.com/open-api/v1.1/memberships/tags/posts/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "postsIds": [ 123 ] } '
{ "parameters": "{ \"post_id\": [ \"is missing\" ] }", "body": "{ \"discount\": { \"percentOff\": [ \"is missing\" ] } }" }
memberships_write
The access token received from the authorization server in the OAuth 2.0 flow.
30