Added http_code definition

This commit is contained in:
baruffaldi 2021-02-10 09:55:41 +01:00
parent 6df7b72e08
commit 8ba6c4f7e7

View File

@ -179,6 +179,12 @@
"pattern": "^(?:\\*\\.)?(?:[^.*]+\\.?)+[^.]$"
}
},
"http_code": {
"description": "HTTP Status Code",
"example": 302,
"type": "integer",
"minimum": 0
},
"enabled": {
"description": "Is Enabled",
"example": true,