PagerDuty / go-pagerduty

go client library for PagerDuty v2 API
https://v2.developer.pagerduty.com/docs/rest-api
Apache License 2.0
285 stars 241 forks source link

[CSGI-1984] Add `From` field to `ListResponsePlays` method options #502

Closed imjaroiswebdev closed 10 months ago

imjaroiswebdev commented 10 months ago

This update addresses ListResponsePlays method lacking of the capability for setting the From header value required for making valid API calls to the corresponding endpoint, as a result, each call to this method would be returning the following error...

"HTTP response with status code 400 does not contain Content-Type: application/json"