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

ミッション投稿フォームの作成 #53

Open
cp-20 opened this issue Jun 18, 2023 · 1 comment
Open

ミッション投稿フォームの作成 #53

cp-20 opened this issue Jun 18, 2023 · 1 comment

Comments

@cp-20
Copy link
Collaborator

cp-20 commented Jun 18, 2023

No description provided.

@cp-20
Copy link
Collaborator Author

cp-20 commented Jun 24, 2023

@ras0q ミッションを追加するエンドポイントってPOST /missionsで正しいんでしたっけ? あとリクエストボディとレスポンスはこんな感じでしたっけ?

type RequestBody = {
  name: string;
  description: string;
};

type ResponseBody = {
  id: string;
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant