Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ユーザーのパスワードをリセット用のAPIエンドポイント #50

Open
CornerSyrup opened this issue Aug 20, 2022 · 0 comments
Assignees
Labels
api-design Related to API definition
Milestone

Comments

@CornerSyrup
Copy link
Member

CornerSyrup commented Aug 20, 2022

パスワードリセット用メールを申し込む

フィールド
メソッド POST
エンドポイント /forgetpassword

リクエスト:

フィールド 説明
email メールアドレス

レスポンス:

ステータスコード 理由
200 リセット用メール送信済み
400 リクエストに問題がある (メールアドレスのフォーマットなど)
404 リクエストされたメールアドレスは未登録

パスワードリセット

フィールド
メソッド POST
エンドポイント /resetpassword

リクエスト:

フィールド 説明
requestId パスワードリセット申し込みID
password 新パスワード

レスポンス:

ステータスコード 理由
200 パスワード設定済
400 リクエストに問題がある (メールアドレスのフォーマットなど)
404 リクエストされたメールアドレスは未登録
404 リクエストIDは未登録
@CornerSyrup CornerSyrup added the api-design Related to API definition label Aug 20, 2022
@CornerSyrup CornerSyrup added this to the api-v0.4.1 milestone Aug 20, 2022
@CornerSyrup CornerSyrup self-assigned this Aug 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-design Related to API definition
Projects
None yet
Development

No branches or pull requests

1 participant