From 6751521ddf3ae1a8a201a3dc1280750573a8282d Mon Sep 17 00:00:00 2001 From: N-Nagorny Date: Sat, 1 Jul 2023 02:14:10 +0400 Subject: [PATCH] Add "adjust_to_caps" query parameter --- APIs/StreamCompatibilityManagementAPI.raml | 7 +++++++ docs/Behaviour - Server Side.md | 2 ++ 2 files changed, 9 insertions(+) diff --git a/APIs/StreamCompatibilityManagementAPI.raml b/APIs/StreamCompatibilityManagementAPI.raml index 1dd3b91..d2c0d5d 100644 --- a/APIs/StreamCompatibilityManagementAPI.raml +++ b/APIs/StreamCompatibilityManagementAPI.raml @@ -285,6 +285,13 @@ mediaType: application/json type: !include schemas/error.json put: description: Set Base EDID + queryParameters: + adjust_to_caps: + description: > + If true, the Input is allowed to adjust Base EDID to its capabilities (e.g. to remove unsupported video modes). + type: boolean + required: false + example: adjust_to_caps=true body: application/octet-stream: type: file diff --git a/docs/Behaviour - Server Side.md b/docs/Behaviour - Server Side.md index 3acf113..33a13e5 100644 --- a/docs/Behaviour - Server Side.md +++ b/docs/Behaviour - Server Side.md @@ -83,6 +83,8 @@ The `/properties` endpoint shows properties of the Input. In particular, it MAY ### Base EDID +An Input MAY support adjusting Base EDID to its internal capabilities via `adjust_to_caps` query parameter of a `PUT /edid/base` request. + There is no Base EDID at the initial state. If the Base EDID for an Input changes, then all Senders associated with this Input MUST update their versions (in registered mode this MUST update the registered resources). ### Effective EDID