# saveScreenshotAnnotations

**Kind:** API Endpoint

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

Save authored annotations (arrow/box/mask/marker) for a screenshot

## Endpoint

`PATCH /doc-versions/:projectId/:versionId/screenshots/:placeholderId/annotations`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ |  |
| `placeholderId` | path | `string` | ✓ |  |
| `versionId` | path | `string` | ✓ |  |

## Referenced By

- `DocVersionController` (MODULE_DECLARES)
