Documentation link
https://pan.dev/scm/api/config/posture-management/initiate-config-upload/
Describe the problem
- Documentation specifies
Content-Type: plain/text, but recently now expects Content-Type: text/plain
- Documentation specifies
Content-Encoding: gzip, but recently now requires an unzipped .xml file. The endpoint still requires the Content-Encoding: gzip header despite gzip files resulting in processing failed.
Suggested fix
- Update documentation accordingly to
Content-type: text/plain
- Remove
Content-Encoding: gzip requirement on the endpoint and update documents accordingly.
Documentation link
https://pan.dev/scm/api/config/posture-management/initiate-config-upload/
Describe the problem
Content-Type: plain/text, but recently now expectsContent-Type: text/plainContent-Encoding: gzip, but recently now requires an unzipped.xmlfile. The endpoint still requires theContent-Encoding: gzipheader despite gzip files resulting in processing failed.Suggested fix
Content-type: text/plainContent-Encoding: gziprequirement on the endpoint and update documents accordingly.