v1
latestOpenAPI 3.0.22026-07-26207170320.9 KBServices
Update service
Update the service with the provided ID.
patch/services/{serviceId}
Request body
Example request
{
"serviceDetails": {
"plan": "starter"
}
}Response
OK
Update the service with the provided ID.
{
"serviceDetails": {
"plan": "starter"
}
}OK