v1
latestOpenAPI 3.0.42026-08-04342835917.6 KBCapabilities
Grants a capability to an organization.
Idempotent: re-granting an existing grant is a no-op.
put/organizations/{organizationId}/capabilities/{capability}
Path parameters
organizationIdstring required
The organization to grant the capability to.
capability'SkipContentCheck' | 'PreheatBoost' | 'ManagedImageFaucet' | 'RequestFeatures' required
The named platform-wide capability entitlements a customer can be granted. Each maps to a capability object in the authorization graph; convert to its object id with string CapabilityExtensions.ToObjectId(Capability capability). Kept as a typed enum so capability grants read explicitly at call sites (and, later, on endpoint contracts) instead of passing raw id strings around.
The capability to grant.
Response
No Content