# ApiTargetPublicConfig

**Kind:** Interface

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

What the config read/write endpoints expose — NEVER the auth value (only whether one is set).

## Properties

| Property | Type |
|---|---|
| `baseUrl` | `string` |
| `authHeaderName` | `string` |
| `allowWrites` | `boolean` |
| `enabled` | `boolean` |
| `hasAuth` | `boolean` |
| `writeAllowlist` | `string[]` |
| `oauth2` | `PlaygroundOAuth2Input | null` |
