Skip to content

Commit

Permalink
ref(uptime): Allow additional methods in rquest_type (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser authored Sep 16, 2024
1 parent 91f022b commit efbea3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/uptime-results.v1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit efbea3e

Please sign in to comment.