Dear @ChuckMN,
Thanks for your reply.
It is worked if not contain the path parameter in my environment.
For example, this is worked.
"scope": [
"GET /v1/apps",
]
But this is not work.
"scope": [
"GET /v1/builds/{id}/app"
]
I've tried some patterns, but it’s not work at all.
I have not fully tested if the API accepts wildcards
I was able to allow it by getting specific IDs and making them explicit for each scope, as you recomend.
However, I would like to allow paths that include a path parameter, e.g., using wildcards.
I haven't found a solution yet.
If you know how to use wildcards that would be great!
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags: