Parcourir la source

Added http_code definition

baruffaldi il y a 4 ans
Parent
commit
8ba6c4f7e7
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      backend/schema/definitions.json

+ 6 - 0
backend/schema/definitions.json

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