1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 08:05:39 +02:00

enhance: improve documentation for /users/ endpoints (#8790)

* docs: category & description for reset password

* docs: category & description for testing

* docs: descriptions for groups endpoints

* docs: descriptions for drive file endpoints

* docs: descriptions for sw endpoints

* docs: descriptions for user list endpoints

* docs: descriptions & result type for gallery posts

* docs: descriptions & result type for user endpoints

* docs: add return type for stats
This commit is contained in:
Johann150
2022-06-10 07:25:20 +02:00
committed by GitHub
parent 527f044062
commit 78df3dc484
49 changed files with 224 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ export const meta = {
kind: 'read:account',
description: 'Show users that the authenticated user might be interested to follow.',
res: {
type: 'array',
optional: false, nullable: false,