diff options
Diffstat (limited to 'support/doc/api/accounts.yaml')
-rw-r--r-- | support/doc/api/accounts.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/support/doc/api/accounts.yaml b/support/doc/api/accounts.yaml new file mode 100644 index 000000000..c5b20040d --- /dev/null +++ b/support/doc/api/accounts.yaml | |||
@@ -0,0 +1,7 @@ | |||
1 | parameters: | ||
2 | name: | ||
3 | name: name | ||
4 | in: path | ||
5 | required: true | ||
6 | type: string | ||
7 | description: 'The name of the account (chocobozzz or chocobozzz@peertube.cpy.re for example)' \ No newline at end of file | ||