-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Update Endpoints and Fix other endpoints for new schema #189
Conversation
Also updated the zod typechecking and DELETE endpoint to work with new schema
…given a list of ids
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great Job!
@@ -14,3 +17,53 @@ export async function GET() { | |||
return NextResponse.json({ message }, { status: 500 }); | |||
} | |||
} | |||
|
|||
// request body should be: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove unnecessary comments
@JonMike8 Do you want to do the merge? Or do you want me to do it? |
@miguel-merlin i can do it, doesn't look like many conflicts |
#175, #140, #36 (i think)