diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-24 04:11:54 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-24 04:11:54 +0900 |
| commit | d8d51519c4d0e32e220c6a4f92ba203e8f28b4f6 (patch) | |
| tree | c5d31f9aac18073a744fd209a73853453a6d0edc /src/server/api/openapi/description.ts | |
| parent | Refator: separate files (diff) | |
| download | sharkey-d8d51519c4d0e32e220c6a4f92ba203e8f28b4f6.tar.gz sharkey-d8d51519c4d0e32e220c6a4f92ba203e8f28b4f6.tar.bz2 sharkey-d8d51519c4d0e32e220c6a4f92ba203e8f28b4f6.zip | |
Update description.ts
Diffstat (limited to 'src/server/api/openapi/description.ts')
| -rw-r--r-- | src/server/api/openapi/description.ts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/server/api/openapi/description.ts b/src/server/api/openapi/description.ts index e32edf7b22..d15c745909 100644 --- a/src/server/api/openapi/description.ts +++ b/src/server/api/openapi/description.ts @@ -1,10 +1,9 @@ export const description = ` ## Usage -APIはすべてPOSTでリクエスト/レスポンスともにJSON形式です。 +**APIはすべてPOSTでリクエスト/レスポンスともにJSON形式です。** 一部のAPIは認証情報(アクセストークン)が必要です。リクエストの際に\`i\`というパラメータでアクセストークンを添付してください。 -### アクセストークンを取得する -#### 自分のアカウントのアクセストークンを取得する +### 自分のアカウントのアクセストークンを取得する 「設定 > API」で、自分のアクセストークンを取得できます。 > アカウントを不正利用される可能性があるため、このトークンは第三者に教えないでください(アプリなどにも入力しないでください)。 |