# isManagedCustomerPath

**Kind:** Function

**Source:** [`atloria-monorepo/apps/api/src/git-sync/git-sync.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/git-sync/git-sync.types.ts#L57)

Is this customer path one the mirror OWNS (a served .md page or an identity manifest)?

## Signature

```ts
function isManagedCustomerPath(prefix: string, customerPath: string): boolean
```

## Parameters

| Name | Type |
|---|---|
| `prefix` | `string` |
| `customerPath` | `string` |

**Returns:** `boolean`
