-
Bug
-
Resolution: Fixed
-
Low
-
None
-
Severity 3 - Minor
-
Issue Summary
Hello team, Noticed a (422Unprocessable Entity) error when querying the schedule API request (https://api.opsgenie.com/v2/schedules/:identifier).
When queried with GET API with wrong details getting a 422 error where a 404 error was expected. All other API calls seem to properly give 404 except the Schedule API.
This is reproducible on Data Center: (yes) / (no)
Yes
Steps to Reproduce
Sending GET request with wrong schedule name with https://api.opsgenie.com/v2/schedules/:identifier
Expected Results
404 error is expected when the data was not available
Actual Results
Getting 422Unprocessable Entity error
Workaround
NA