Update the subscription of a specific workspace

Update the subscription of a specific workspace. Modifying your subscription alters your billing amount. Required modules and add-ons must be enabled. To get the details of which modules and add-ons must be enabled for different bundles offered by Coro, use the POST request to the /subscription endpoint.

SecurityJWT
Request
header Parameters
Workspace
required
string

The workspace identifier, which isolates API requests inside the provided workspace scope.

Example: corodevonmicrosoftcom_TX7T_u
Request Body schema: application/json
object (SubscriptionModules)
bundles
Array of strings unique
Items Enum: "endpointProtection" "managedEndpointProtection" "emailProtection" "managedEmailProtection" "sase" "managedSase" "coroEssentials" "managedCoroEssentials" "coroClassic" "managedCoroClassic" "coroComplete" "managedCoroComplete"
Responses
202

Accepted

400

Bad request, validation error

401

Unauthorized request

403

Access forbidden

429

Too Many Requests

500

Internal server error

put/v1/subscriptions
Request samples
application/json
{
  • "modules": {
    },
  • "bundles": [
    ]
}
Response samples
application/json
"100 CONTINUE"