---
title: "Add Resolution"
method: POST
path: "/resolution"
tags: ["resolution"]
---

# Add Resolution

`POST /resolution`

Add new Resolution

## Response `201`

successful operation

- Resolution — Class Resolution
  - `resolutionId` integer — The ID of this Resolution
  - `resolution` string — The resolution name
  - `width` number, double — The display width of the resolution
  - `height` number, double — The display height of the resolution
  - `designerWidth` number, double — The designer width of the resolution
  - `designerHeight` number, double — The designer height of the resolution
  - `version` integer — The layout schema version
  - `enabled` integer — A flag indicating whether this resolution is enabled or not
  - `userId` integer — The userId who owns this Resolution

---

[API](https://skmtc.net/xibosignage/apis/xibo-api.md) · [All operations](https://skmtc.net/xibosignage/apis/xibo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xibosignage/xibo-api/versions/fe497e811c7f/schema)
