Request
Body Params application/json
{
"notes": "string",
"external_reference": "string",
"includes": [
"string"
]
}
Request Code Samples
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/org/insurances/' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"notes": "string",
"external_reference": "string",
"includes": [
"string"
]
}'
Responses
Update insurance external reference upserts google calendar event
This response does not have a body.
Modified at 2026-04-15 14:20:24