Restrict redirect http code

This commit is contained in:
Jamie Curnow 2021-03-17 14:53:57 +10:00
parent 74db0004bd
commit 3b104710d5

View File

@ -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",