diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-09-07 08:56:22 +0300 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-09-18 10:49:14 +0300 |
commit | 17ff63b3c34e6e70580be98e71b353d1f0684222 (patch) | |
tree | b30927a4f2a5da3d13877a6de6bdbcca4258d1ac /docs/api | |
parent | 2263c8b6b9260bee7dedeaff3d2ce955df12f08b (diff) | |
download | pleroma-17ff63b3c34e6e70580be98e71b353d1f0684222.tar.gz |
docs fix
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/admin_api.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/api/admin_api.md b/docs/api/admin_api.md index a8c75d93f..577f802ac 100644 --- a/docs/api/admin_api.md +++ b/docs/api/admin_api.md @@ -228,10 +228,8 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret - Methods: `POST` - Params: - - *optional* `invite` => [ - - *optional* `max_use` (integer) - - *optional* `expires_at` (date string e.g. "2019-04-07") - ] + - *optional* `max_use` (integer) + - *optional* `expires_at` (date string e.g. "2019-04-07") - Response: ```json |