Skip to content

Commit

Permalink
Change the error messages language
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshamuthukuda authored Dec 11, 2023
1 parent 15943b7 commit e4fb606
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions _apidocs/opportunities-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8884,10 +8884,9 @@ Error Code|Field | Error Message | Reason/Description | Operation
400|POP - Zip Code | Invalid zipcode. Please enter the 5 digit zipcode | When user enters the invalid zip code | Create And Publish
400|Award section - State | Award Details Section - State provided is invalid | When user enters the invalid state code | Create And Publish
400|Award section - Zip Code | Award Details Section - Invalid zipcode. Please enter the 5 digit zipcode | When user enters the invalid zip code | Create And Publish
400|Award Amount | award.amount: is missing but it is required | Award Amount is required | Create Award Opportunity, Publish
400|Award Amount | award.amount: string found, number expected | Number Expected | Create Award Opportunity, Publish
400|Award Amount | award.amount: must have a minimum value of 1 | Award Amount must be greater than $0 | Create Award Opportunity, Publish
400|Award Amount | award.amount: must be multiple of 0.01 | Award Amount must be limited to two decimal points | Create Award Opportunity, Publish
400|Award Amount | Award amount is required | Award Amount is required | Create Award Opportunity, Publish
400|Award Amount | Award amount must be a valid integer value | Award amount must be a valid integer value | Create Award Opportunity, Publish
400|Award Amount | Award amount must be greater than or equal $0 | Award amount must be greater than or equal $0 | Create Award Opportunity, Publish



Expand Down

0 comments on commit e4fb606

Please sign in to comment.