Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small typo in response payload formatting in cspm docs - https://github.com/PaloAltoNetworks/pan.dev/blob/master/products/prisma-cloud/docs/cspm/cspm-gs.md#generate-jwt-tokens-in-prisma-cloud #703

Closed
wants to merge 6 commits into from
2 changes: 1 addition & 1 deletion products/prisma-cloud/docs/cspm/cspm-gs.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To generate the JWT token open Git Bash by typing "Git Bash" in Windows search a

**The JWT token output:**

{"token":"shashashjhhhhhhhhhhhhhhhhhhhhhhhjjbjhghgVGGGAGHKBksjjlsksknsjsbhsghsgjhsgshghskgshsjhhjsjhsgsgshsghsghjsjs"]}
{"token":"shashashjhhhhhhhhhhhhhhhhhhhhhhhjjbjhghgVGGGAGHKBksjjlsksknsjsbhsghsgjhsgshghskgshsjhhjsjhsgsgshsghsghjsjs"}

A JWT token is returned which will be valid for 10-minutes. You can then use the JWT token when calling the other Prisma Cloud [REST API methods](https://prisma.pan.dev/api/cloud/).

Expand Down
Loading