Ver código fonte

Added http_code definition

baruffaldi 4 anos atrás
pai
commit
8ba6c4f7e7
1 arquivos alterados com 6 adições e 0 exclusões
  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,