-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Teams - On-call - Schedules
-
None
-
3
-
Severity 3 - Minor
Issue Summary
The schedule API used to allow slashes at the end of the URL. For example: https://api.opsgenie.com/v2/schedules/
or
https://api.opsgenie.com/v2/schedules/[$ScheduleName]/on-calls/?scheduleIdentifierType=name
However, now it's returning a 404.
Steps to Reproduce
- Try to list schedules via GET to https://api.opsgenie.com/v2/schedules/
Expected Results
This should return results.
Actual Results
404 - no handler found
Workaround
Remove the extra slash.