aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api/commons.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/api/commons.yaml')
-rw-r--r--support/doc/api/commons.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/support/doc/api/commons.yaml b/support/doc/api/commons.yaml
new file mode 100644
index 000000000..c8bab3c80
--- /dev/null
+++ b/support/doc/api/commons.yaml
@@ -0,0 +1,23 @@
1parameters:
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
21responses:
22 emptySuccess:
23 description: 'Successful operation' \ No newline at end of file