diff options
Diffstat (limited to 'support/doc/api/users.yaml')
-rw-r--r-- | support/doc/api/users.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/support/doc/api/users.yaml b/support/doc/api/users.yaml new file mode 100644 index 000000000..84e963261 --- /dev/null +++ b/support/doc/api/users.yaml | |||
@@ -0,0 +1,7 @@ | |||
1 | parameters: | ||
2 | id: | ||
3 | name: id | ||
4 | in: path | ||
5 | required: true | ||
6 | type: number | ||
7 | description: 'The user id' \ No newline at end of file | ||