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

500 when patching member_verification with form_fields as a non-empty array #2394

Closed
advaith1 opened this issue Dec 22, 2020 · 1 comment
Closed
Labels
api API issue bug

Comments

@advaith1
Copy link
Contributor

advaith1 commented Dec 22, 2020

Description
when PATCHing /guilds/:id/member_verification with a form_fields property that is a non-empty array, it 500s

Steps to Reproduce
PATCH /guilds/:id/member_verification with a form_fields property that is a non-empty array

Expected Behavior
it 4XXs because for some reason it expects it to be an array in a string 🤔 (although an empty array saves correctly ??)
or it just accepts an array correctly which would make more sense

Current Behavior
it 500s

Screenshots/Videos
image

Client and System Information
Postman v7.37.0-canary01

@advaith1 advaith1 added the bug label Dec 22, 2020
@typpo typpo added the api API issue label Dec 23, 2020
@night
Copy link
Member

night commented Apr 9, 2021

I believe this issue is fixed

@night night closed this as completed Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api API issue bug
Projects
None yet
Development

No branches or pull requests

3 participants