From afe2114d589dbe1ccc20730b5fe3b51d7eecfa26 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 6 Feb 2023 23:25:05 +0000 Subject: [PATCH] Auto Generate Syntax Docs + JSONSchema [Mon Feb 6 23:25:05 UTC 2023] :robot: --- SYNTAX-REFERENCE.md | 2 +- v2/pkg/templates/templates_doc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SYNTAX-REFERENCE.md b/SYNTAX-REFERENCE.md index cdcc65173..b9c3669eb 100755 --- a/SYNTAX-REFERENCE.md +++ b/SYNTAX-REFERENCE.md @@ -2268,7 +2268,7 @@ Enum Values: - GET - - GET + - HEAD - POST diff --git a/v2/pkg/templates/templates_doc.go b/v2/pkg/templates/templates_doc.go index 470446e60..b7e49fb1d 100644 --- a/v2/pkg/templates/templates_doc.go +++ b/v2/pkg/templates/templates_doc.go @@ -965,7 +965,7 @@ func init() { HTTPMethodTypeHolderDoc.Fields[0].Comments[encoder.LineComment] = "" HTTPMethodTypeHolderDoc.Fields[0].EnumFields = []string{ "GET", - "GET", + "HEAD", "POST", "PUT", "DELETE",