curl --request PUT \
--url https://api.backside.app/api/v1/contacts/{id}/dates/{date_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"date_day": 123,
"date_label": "<string>",
"date_month": 123,
"date_type": "<string>",
"date_year": 123
}
'{
"contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"date_type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"metadata": "<unknown>",
"tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updated_at": "2023-11-07T05:31:56Z",
"date_day": 123,
"date_label": "<string>",
"date_month": 123,
"date_year": 123
}curl --request PUT \
--url https://api.backside.app/api/v1/contacts/{id}/dates/{date_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"date_day": 123,
"date_label": "<string>",
"date_month": 123,
"date_type": "<string>",
"date_year": 123
}
'{
"contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"date_type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"metadata": "<unknown>",
"tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updated_at": "2023-11-07T05:31:56Z",
"date_day": 123,
"date_label": "<string>",
"date_month": 123,
"date_year": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Date updated
Was this page helpful?