You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Client and System Information
Postman v7.37.0-canary01
The text was updated successfully, but these errors were encountered:
Description
when PATCHing /guilds/:id/member_verification with a
form_fields
property that is a non-empty array, it 500sSteps to Reproduce
PATCH /guilds/:id/member_verification with a
form_fields
property that is a non-empty arrayExpected 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

Client and System Information
Postman v7.37.0-canary01
The text was updated successfully, but these errors were encountered: