pan.dev
pan.dev copied to clipboard
Issue/Help with "Get User Authentication Access Token"
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"}