Skip to content

Commit

Permalink
Add changes from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
sgayangi committed Jul 24, 2024
1 parent 27e7f31 commit 5cab2f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"category": "Mediation",
"version": "v2",
"version": "v1",
"displayName": "Add Header",
"name": "apkAddHeader",
"description": "This policy allows you to add a new header to the request",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"displayName": "Status Code",
"description": "Status code to display upon redirecting the request. Must be either 301 or 302",
"validationRegex": "^(301|302)$",
"type": "String",
"type": "Integer",
"required": true
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"category": "Mediation",
"name": "apkRemoveHeader",
"version": "v2",
"version": "v1",
"displayName": "Remove Header",
"description": "This policy allows you to remove a header from the request",
"policyAttributes": [
Expand Down

0 comments on commit 5cab2f6

Please sign in to comment.