Issue/Help with "List all infrastructure settings"
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.
Created internal engineering bug #API-17501 in response to this issue.
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.