Skip to content

Commit

Permalink
Merge pull request #4084 from Agnul97/fix-documentation_Fix_openApi
Browse files Browse the repository at this point in the history
πŸ› [Open API] FIX - API doc. on "GET /{scopeId}/devices" request section
  • Loading branch information
Coduz authored Jul 23, 2024
2 parents 8f1fd67 + 2efbfca commit 62722f7
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@ paths:
- $ref: './device.yaml#/components/parameters/fetchAttributes'
- $ref: '../openapi.yaml#/components/parameters/askTotalCount'
- $ref: '../openapi.yaml#/components/parameters/sortParam'
- $ref: '../openapi.yaml#/components/parameters/sortDir'
- name: sortDir
in: query
description: The sort direction. Can be ASCENDING (default), DESCENDING. Case-insensitive (except for "clientId" parameter).
schema:
type: string
enum:
- ASCENDING
- DESCENDING
default: ASCENDING
- name: matchTerm
in: query
description: |
Expand Down

0 comments on commit 62722f7

Please sign in to comment.