# setPlaygroundTestKeyVisibility

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/technical-docs/technical-docs.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/technical-docs/technical-docs.controller.ts#L393)

Opt the sandbox test key in/out of the PUBLIC docs playground (visible to every visitor when on) — C1

## Endpoint

`PUT /technical-docs/:projectId/playground/test-key/visibility`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ | Project ID |

## Referenced By

- `TechnicalDocsController` (MODULE_DECLARES)
