Skip to content

Commit

Permalink
fix: 出庫データのページサイズが間違っていたので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
noritoshi committed Mar 5, 2024
1 parent 835f3f1 commit 09249be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Authorization: Bearer YOUR_TOKEN_HERE
#### 処理概要
* 自分のアカウントに登録されている出庫データのすべてを返します
* 出庫データが1件も無い場合は、空の配列を返します
* 出庫データが1000件以上ある場合はページネーションで分割され、1000件ごと出庫データを返します
* 出庫データが100件以上ある場合はページネーションで分割され、100件ごと出庫データを返します
* 任意のページを取得するにはURLにクエリ「page=」をつけることで取得できます。
* ページ情報はHTTPヘッダ"Link"に最初のページ、前のページ、次のページ、最後のページそれぞれ,(カンマ)で区切られ返されます。最初のページでは「前のページ」、最後のページでは「次のページ」項目は表示されません
* Link, Total-Countヘッダは納品一覧でのみ返されます
Expand Down

0 comments on commit 09249be

Please sign in to comment.