diff --git a/schemas/uptime-results.v1.schema.json b/schemas/uptime-results.v1.schema.json index 9b170f5c..24673cce 100644 --- a/schemas/uptime-results.v1.schema.json +++ b/schemas/uptime-results.v1.schema.json @@ -19,7 +19,7 @@ "title": "request_type", "description": "The type of HTTP method used for the check", "type": "string", - "enum": ["HEAD", "GET"] + "enum": ["GET", "POST", "HEAD", "PUT", "DELETE", "PATCH", "OPTIONS"] }, "CheckStatusReason": { "title": "check_status_reason",