PaloAltoNetworks / PaloAltoNetworks/pan.dev
Issue/Help with "Get User Authentication Access Token"
Open
Nobody has claimed this yet.
documentation
- Dominant language
- MDX
- Stars
- 78
- Forks
- 88
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 18
Description
Documentation link
https://pan.dev/prisma-cloud/api/cwpp/post-authenticate/#response
Describe the problem
Response example should be a dictionary, not set
Suggested fix
{"token", "ACCESS_TOKEN_VALUE"}
↓
{"token": "ACCESS_TOKEN_VALUE"}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with openapi-specs/cwpp/desc/authenticate/post.md around line 28 and compare it with the rendered response section at the linked PAN documentation page. Update the response example so it represents the documented token object, then verify the generated documentation displays the corrected example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, authentication, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100