curl --location -g --request PATCH 'https://prod.your-api-server.com/api/community/v2/people/{{community_person_id}}/blocks/ba050eb4-1b7d-49a3-9a4f-5144cd932a13' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"profile_id": "bfcb6779-b1f9-41fc-92d7-88f8bc1d12e8",
"block_type_id": "a24ce7c3-d828-4802-8bc1-824c4e745e7f",
"locales": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"locale": "en",
"name": "string"
}
]
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"profile_id": "bfcb6779-b1f9-41fc-92d7-88f8bc1d12e8",
"block_type_id": "a24ce7c3-d828-4802-8bc1-824c4e745e7f",
"position": 0,
"locales": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"locale": "en",
"name": "string"
}
],
"entries": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"content_id": "713e4c61-5a69-43fb-a600-2e2699462e14",
"relation_id": "db83d865-cb76-4d51-8e9b-097dfcf4e259",
"position": 0,
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
}