Merge pull request #50796 from thaJeztah/sync_api_docs

api: docs: update v1.52 swagger with latest changes
This commit is contained in:
Paweł Gronowski
2025-08-25 13:27:17 +02:00
committed by GitHub

View File

@@ -294,6 +294,11 @@ definitions:
description: "A request for devices to be sent to device drivers"
properties:
Driver:
description: |
The name of the device driver to use for this request.
Note that if this is specified the capabilities are ignored when
selecting a device driver.
type: "string"
example: "nvidia"
Count:
@@ -310,6 +315,12 @@ definitions:
Capabilities:
description: |
A list of capabilities; an OR list of AND lists of capabilities.
Note that if a driver is specified the capabilities have no effect on
selecting a driver as the driver name is used directly.
Note that if no driver is specified the capabilities are used to
select a driver with the required capabilities.
type: "array"
items:
type: "array"