You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some API endpoints that return reference objects by default, but allow you to request a fully hydrated object injected using the include[] query parameter.
There are some API endpoints that return reference objects by default, but allow you to request a fully hydrated object injected using the
include[]
query parameter.Here's an example:
go-pagerduty/extension.go
Lines 17 to 18 in 623abb3
In this struct they are
APIObject
, meaning they can only be references. However, per the docs, you can request they be hydrated: https://developer.pagerduty.com/api-reference/b3A6Mjc0ODEzMg-list-extensionsWe should look at supporting this for v2.
The text was updated successfully, but these errors were encountered: