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
The include parameter is not yet supported. I add this to the TODO list.
In the meantime you should be able to fetch the build's appStoreVersion with b.appStoreVersion() but I just tried and it is also failing. I'll fix this as soon as possible and let you know.
How do I add the
include
header in my request so that the response from Apple will have the relationship data?For example, I am getting all the builds of a particular app by using the following:
https://developer.apple.com/documentation/appstoreconnectapi/list_builds#url
I'd like to have the
appStoreVersion
relationship data included in the response so that I can access it by callingb. appStoreVersion
.The text was updated successfully, but these errors were encountered: