pan.dev icon indicating copy to clipboard operation
pan.dev copied to clipboard

Issue/Help with "Get User Authentication Access Token"

Open efojs opened this issue 6 months ago • 0 comments

Documentation link

https://pan.dev/prisma-cloud/api/cwpp/post-authenticate/#response

https://github.com/PaloAltoNetworks/pan.dev/blob/76f0ca0119637b9625321375bfcca9f267427626/openapi-specs/cwpp/desc/authenticate/post.md?plain=1#L28

Describe the problem

Response example should be a dictionary, not set

Suggested fix

{"token", "ACCESS_TOKEN_VALUE"}
        ↓
{"token": "ACCESS_TOKEN_VALUE"}

efojs avatar Aug 21 '24 23:08 efojs