Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List sessions endpoint for quality-on-demand #325

Merged
merged 12 commits into from
Aug 7, 2024
1 change: 0 additions & 1 deletion code/API_definitions/quality-on-demand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/RetrieveSessionsInput"
required: true
hdamker marked this conversation as resolved.
Show resolved Hide resolved
responses:
jlurien marked this conversation as resolved.
Show resolved Hide resolved
"200":
description: Returns the QoS sessions information for a given device. A device may have multiple sessions, thus the response is an array. An empty array is returned if no sessions are found.
Expand Down