Skip to content

Commit

Permalink
Fix psk name in openapi manifests for private endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sgitario committed Jan 9, 2024
1 parent 48077b1 commit 6692e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/spec/private.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"psk": {
"type": "apiKey",
"in": "header",
"name": "x-rh-export-psk"
"name": "x-rh-exports-psk"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion static/spec/private.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ components:
psk:
type: apiKey
in: header
name: x-rh-export-psk
name: x-rh-exports-psk

0 comments on commit 6692e01

Please sign in to comment.