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
There appear to be two issues, the isAdmin column needs a boolean, not a string. It will fail if you pass it a quoted "false" string. The defaultHostingCost field also requires an integer, so if the "0" is quoted, the request also fails. Working request:
Copied this example request from the UI, which looks like this:
There appear to be two issues, the
isAdmin
column needs a boolean, not a string. It will fail if you pass it a quoted "false" string. ThedefaultHostingCost
field also requires an integer, so if the "0" is quoted, the request also fails. Working request:The text was updated successfully, but these errors were encountered: