---
title: "Grants a capability to an organization."
method: PUT
path: "/organizations/{organizationId}/capabilities/{capability}"
tags: ["Capabilities"]
---

# Grants a capability to an organization.

`PUT /organizations/{organizationId}/capabilities/{capability}`

Idempotent: re-granting an existing grant is a no-op.

## Path parameters

- `organizationId` string, required
- `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.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/revisions/d779de93a5ee/schema)
