LanceMcCarthy / MvpApi

An application for Microsoft MVPs to easily browse and upload contributions
MIT License
36 stars 10 forks source link

Bad Request Error #77

Closed LanceMcCarthy closed 5 years ago

LanceMcCarthy commented 5 years ago

If you are getting a Bad Request error and were prompted to come here to file a report, please post to this thread with what you were trying to do (i.e. Upload a new contribution or editing an existing contribution)

The problem is due to a schema change in the API as there were major breaking changes that I'm working on identifying each individual change.

LanceMcCarthy commented 5 years ago

This is due to missing information in the posted details. For example, if the Annual Quantity was missing, you get a BadRequest.

I have implemented a new Error handling system that will pass the raw error message back to the user. This will contain the specific detail of what needs to be changed.