curl --request PATCH \
--url https://api.bundle.social/api/v1/misc/google-business/location/service-list \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"teamId": "<string>",
"fields": [
"serviceItems"
],
"serviceItems": [
{}
]
}
'{
"name": "<string>",
"serviceItems": [
{}
]
}Body requires fields (serviceItems).
curl --request PATCH \
--url https://api.bundle.social/api/v1/misc/google-business/location/service-list \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"teamId": "<string>",
"fields": [
"serviceItems"
],
"serviceItems": [
{}
]
}
'{
"name": "<string>",
"serviceItems": [
{}
]
}Was this page helpful?