pan.dev icon indicating copy to clipboard operation
pan.dev copied to clipboard

Issue/Help with "List all infrastructure settings"

Open trjones841 opened this issue 3 years ago • 2 comments

Documentation link - https://pan.dev/access/api/prisma-access-config/get-sse-config-v-1-shared-infrastructure-settings/

The query params don't show folder as being required, however, when I run the get API, it says a folder is required. { "_errors": [ { "code": "API_I00035", "message": "Invalid Request Payload ", "details": [ ""folder" is required" ] } ], "_request_id": "15ce2820-8129-4340-802d-c07d36d92dfd"

Describe the problem

Suggested fix

Add folder requirement.

trjones841 avatar Dec 28 '22 03:12 trjones841

Created internal engineering bug #API-17501 in response to this issue.

sarette avatar Jan 17 '23 22:01 sarette

This seems to be a common theme since the API docs were updated the "Folder" param was removed as a required param yet the code never reflected that causing confusion in a lot of API queries that under the old swagger advised the "Folder" location requirement was removed when this new update was released some time in late December.

atav928 avatar Jan 18 '23 14:01 atav928