PaloAltoNetworks / PaloAltoNetworks/pan.dev
Issue with "Get a remote network"
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/access/api/prisma-access-config/get-sse-config-v-1-remote-networks-id/
Describe the problem
Missing required query parameter "folder".
{
"_errors": [
{
"code": "API_I00035",
"message": "Invalid Request Payload ",
"details": [
"\"folder\" is required"
]
}
],
"_request_id": "7a816617-c331-425e-ac1f-0e4db9af9cdd"
}
Suggested fix
Add missing query parameter.
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
Open the linked Get a remote network endpoint documentation and inspect its documented query parameters. Add the required folder query parameter, then verify that the documentation reflects the API error and suggested fix.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100