curl --request PATCH \
--url https://api.bland.ai/v1/orgs/{org_id}/versions/{service} \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '
{
"version": "<string>"
}
'{
"data": null,
"errors": null
}
Update the current version of a specified service for an organization.
curl --request PATCH \
--url https://api.bland.ai/v1/orgs/{org_id}/versions/{service} \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '
{
"version": "<string>"
}
'{
"data": null,
"errors": null
}
"api_server", "ws_server"null upon successful update.null on success.{
"data": null,
"errors": null
}
Was this page helpful?