diff options
Diffstat (limited to 'support/doc/api/commons.yaml')
-rw-r--r-- | support/doc/api/commons.yaml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/support/doc/api/commons.yaml b/support/doc/api/commons.yaml deleted file mode 100644 index c8bab3c80..000000000 --- a/support/doc/api/commons.yaml +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | parameters: | ||
2 | start: | ||
3 | name: start | ||
4 | in: query | ||
5 | required: false | ||
6 | type: number | ||
7 | description: 'Offset' | ||
8 | count: | ||
9 | name: count | ||
10 | in: query | ||
11 | required: false | ||
12 | type: number | ||
13 | description: 'Number of items' | ||
14 | sort: | ||
15 | name: sort | ||
16 | in: query | ||
17 | required: false | ||
18 | type: string | ||
19 | description: 'Sort column (-createdAt for example)' | ||
20 | |||
21 | responses: | ||
22 | emptySuccess: | ||
23 | description: 'Successful operation' \ No newline at end of file | ||