PaloAltoNetworks / PaloAltoNetworks/pan.dev

Issue/Help with "Get User Authentication Access Token"

Open
#729 0 comments 0 reactions 0 assignees View on GitHub

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

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"}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.