Skip to content

Commit 8ba6c4f

Browse files
committed
Added http_code definition
1 parent 6df7b72 commit 8ba6c4f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

backend/schema/definitions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@
179179
"pattern": "^(?:\\*\\.)?(?:[^.*]+\\.?)+[^.]$"
180180
}
181181
},
182+
"http_code": {
183+
"description": "HTTP Status Code",
184+
"example": 302,
185+
"type": "integer",
186+
"minimum": 0
187+
},
182188
"enabled": {
183189
"description": "Is Enabled",
184190
"example": true,

0 commit comments

Comments
 (0)