---
title: "POST /displays/sync"
method: POST
path: "/displays/sync"
---

# POST /displays/sync

`POST /displays/sync`

## Request body

- DisplaysUpdateSyncItemsBody
  - `items` object[]
    - `id` number, required
    - `status` 'SYNCING' | 'UNSYNCED' | 'SYNCED', required
  - `syncStatus` 'SYNCING' | 'SYNCED'
  - `remainingStorage` number

## Response `200`

Successful response

- unknown

## Other responses

- `401` — Invalid authentication credentials.
- `408` — The server timed out waiting for the request.
- `412` — Usage has exceeded the monthly limit.
- `500` — An unspecified error occurred.

---

[API](https://skmtc.dev/blocks/apis/looking-glass-api.md) · [All operations](https://skmtc.dev/blocks/apis/looking-glass-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blocks/looking-glass-api/revisions/c79a9a0e44b0/schema)
