Restrict redirect http code
This commit is contained in:
parent
74db0004bd
commit
3b104710d5
1 changed files with 3 additions and 2 deletions
|
@ -180,10 +180,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"http_code": {
|
"http_code": {
|
||||||
"description": "HTTP Status Code",
|
"description": "Redirect HTTP Status Code",
|
||||||
"example": 302,
|
"example": 302,
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 0
|
"minimum": 300,
|
||||||
|
"maximum": 308
|
||||||
},
|
},
|
||||||
"scheme": {
|
"scheme": {
|
||||||
"description": "RFC Protocol",
|
"description": "RFC Protocol",
|
||||||
|
|
Loading…
Reference in a new issue