curl --request PUT \
--url https://api.decodahealth.com/admin/appointment-style-mapping \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"items": [
{
"eventStatus": "PENDING",
"serviceStyleVariant": "<string>"
}
]
}
'{
"items": [
{
"eventStatus": "PENDING",
"serviceStyleVariant": "<string>"
}
]
}curl --request PUT \
--url https://api.decodahealth.com/admin/appointment-style-mapping \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"items": [
{
"eventStatus": "PENDING",
"serviceStyleVariant": "<string>"
}
]
}
'{
"items": [
{
"eventStatus": "PENDING",
"serviceStyleVariant": "<string>"
}
]
}The tenant you are making this request on behalf of
Your api key