/contacts/{id}/topics
Path Parameters
id*string
Length
1 <= lengthRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
[index: integer]?
Response Body
application/json
application/json
application/json
curl -X PATCH "https://example.com/contacts/string/topics" \ -H "Content-Type: application/json" \ -d '[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "subscription": "opt_in" } ]'{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"}