Skip to content

Commit 15e3e7b

Browse files
committed
DOCS-8474 removed duplicate header param under compliance mapping endpoint and added missing param under authorization.
1 parent 982ba32 commit 15e3e7b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

openapi-specs/sase/sspm/consolidated.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ info:
688688
\ monitoring, detection of misconfigured SaaS application settings.\nThese APIs\
689689
\ use the common SASE authentication mechanism and base URL. \nSee the [Prisma\
690690
\ SASE API Get Started](https://pan.dev/sase/docs/getstarted) guide for more information.\n\
691-
\nThis Open API spec file was created on September 15, 2025. To check for a more\
691+
\nThis Open API spec file was created on September 16, 2025. To check for a more\
692692
\ recent version of this file, see\n[SaaS Security Posture Management APIs on\
693693
\ pan.dev](https://pan.dev/sase/api/sspm/).\n\n\xA9 2024 Palo Alto Networks, Inc.\
694694
\ Palo Alto Networks is a registered trademark of Palo\nAlto Networks. A list\
@@ -867,6 +867,12 @@ paths:
867867
required: true
868868
schema:
869869
type: string
870+
- description: region
871+
in: header
872+
name: x-panw-region
873+
required: false
874+
schema:
875+
type: string
870876
responses:
871877
'200':
872878
content:
@@ -1018,12 +1024,6 @@ paths:
10181024
required: true
10191025
schema:
10201026
type: string
1021-
- description: region
1022-
in: header
1023-
name: x-panw-region
1024-
required: false
1025-
schema:
1026-
type: string
10271027
responses:
10281028
'200':
10291029
content:

0 commit comments

Comments
 (0)