Skip to content

Commit

Permalink
Improve "adjust_to_caps" query param description.
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Nagorny committed Jul 24, 2023
1 parent 0416cde commit 49a62d3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions APIs/StreamCompatibilityManagementAPI.raml
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,13 @@ mediaType: application/json
queryParameters:
adjust_to_caps:
description: >
If true, the Input is allowed to adjust Base EDID to internal capabilities.
If omitted for an Input that supports it, the previous value is preserved.
Sets the value of "adjust_to_caps" Input's property.
If omitted, the value of the property is preserved.
If an implementation doesn't support the property,
this query parameter is always ignored.
type: boolean
required: false
example: adjust_to_caps=true
example: true
body:
application/octet-stream:
type: file
Expand Down

0 comments on commit 49a62d3

Please sign in to comment.