swagger for sort and order on get

master
breel 2020-07-27 17:24:38 -06:00
parent de1a426e08
commit 2a9af954a3
1 changed files with 3 additions and 1 deletions

View File

@ -2,11 +2,13 @@ paths:
get:
tags:
- who
summary: "Get an entity. If ?id not provided, see TRACE"
summary: "Get an entity. If ?id not provided, see TRACE. ?sort and ?order apply to connections."
parameters:
- $ref: "#/components/parameters/id"
- $ref: "#/components/parameters/namespace"
- $ref: "#/components/parameters/light"
- $ref: "#/components/parameters/sort"
- $ref: "#/components/parameters/order"
responses:
200:
$ref: "#/components/schemas/200"