Introduce OpenAPI specs (#4351)

* wip

* wip

* wip

* Update index.ts

* Update gen-openapi-spec.ts

* Update api.ja-JP.md

* Fix

* Improve doc

* Update gen-openapi-spec.ts

* Update redoc.html

* Improve doc

* Update gen-openapi-spec.ts

* Improve doc

* Update CHANGELOG.md
This commit is contained in:
syuilo 2019-02-23 11:20:58 +09:00 committed by GitHub
parent 68a6758302
commit 52774bbe64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
173 changed files with 1091 additions and 876 deletions

View file

@ -8,6 +8,8 @@ export const meta = {
'en-US': 'Create a user list'
},
tags: ['lists'],
requireCredential: true,
kind: 'account-write',

View file

@ -10,6 +10,8 @@ export const meta = {
'en-US': 'Delete a user list'
},
tags: ['lists'],
requireCredential: true,
kind: 'account-write',

View file

@ -6,6 +6,8 @@ export const meta = {
'ja-JP': '自分の作成したユーザーリスト一覧を取得します。'
},
tags: ['lists', 'account'],
requireCredential: true,
kind: 'account-read'

View file

@ -13,6 +13,8 @@ export const meta = {
'en-US': 'Remove a user to a user list.'
},
tags: ['lists', 'users'],
requireCredential: true,
kind: 'account-write',

View file

@ -16,6 +16,8 @@ export const meta = {
'en-US': 'Add a user to a user list.'
},
tags: ['lists', 'users'],
requireCredential: true,
kind: 'account-write',

View file

@ -10,6 +10,8 @@ export const meta = {
'en-US': 'Show a user list.'
},
tags: ['lists', 'account'],
requireCredential: true,
kind: 'account-read',

View file

@ -10,6 +10,8 @@ export const meta = {
'en-US': 'Update a user list'
},
tags: ['lists'],
requireCredential: true,
kind: 'account-write',