approve entitlement
POST https://api.suger.cloud/org/{orgId}/entitlement/{entitlementId}/approve
Approve the given Entitlement. Only applicable to the Azure or GCP Entitlements with the status of "PENDING_START". Return 200 if the entitlement is already active.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
orgId | path | string | yes | Organization ID |
entitlementId | path | string | yes | Entitlement ID |
Responses
200 — OK
Content-Type: application/json · Schema: WorkloadEntitlement
400 — Bad request error
Content-Type: application/json
404 — Not found
Content-Type: application/json
500 — Internal server error
Content-Type: application/json