Skip to content

Instantly share code, notes, and snippets.

@sawyerh
Last active April 23, 2020 21:05
Show Gist options
  • Save sawyerh/e18372bd01dacc32a9e2d87d28079ce8 to your computer and use it in GitHub Desktop.
Save sawyerh/e18372bd01dacc32a9e2d87d28079ce8 to your computer and use it in GitHub Desktop.
Requests
Requests
Submit in-progress claim -> Request is missing required fields
Submit full form -> All required fields are present
Validation scenarios
All required fields are present
All data is valid -> 200 with no warnings
Some data is invalid -> 400 with errors
Request is missing required fields
Present data is valid -> 200 with warnings
Present data is invalid -> 400 with errors and warnings
Responses
200
200 with no warnings
200 with warnings
400
400 with errors
400 with errors and warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment