Sakuten/rfcs

/lotteries/<lottery_id> [POST] -- 団体応募時人数過多の場合のエラー

Opened this issue · 1 comments

Cj-bc commented

対象: /lotteries/<lottery_id> [POST]

内容: 団体受付は4人が限度だが、その限度を超えた人数の応募があった際に返すエラー

決めること:

  • HTTP status code
  • error_message

決まってること:

  • errorコードは21です。これは、既存のエラーの最後部に付け足すからです。
Cj-bc commented

私の案

  • HTTP status code: 400
  • error_message: group can't have more than 4 people