Skip to content

Commit

Permalink
Restrict redirect http code
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Mar 17, 2021
1 parent 74db000 commit 3b10471
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/schema/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,11 @@
}
},
"http_code": {
"description": "HTTP Status Code",
"description": "Redirect HTTP Status Code",
"example": 302,
"type": "integer",
"minimum": 0
"minimum": 300,
"maximum": 308
},
"scheme": {
"description": "RFC Protocol",
Expand Down

0 comments on commit 3b10471

Please sign in to comment.