@forge/manifest
13.3.1-next.0-experimental-c57557413.3.1-next.0-experimental-ccd5143
out/schema/manifest-schema.json~
out/schema/manifest-schema.jsonModified+1−1
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -34990,9 +34990,9 @@
"Authentication": {
"description": "The authentication method to use for this webtrigger request.",
"type": "string",
"enum": [
- "hmac",
+ "hmacSharedSecret",
"none"
]
},
"RequestOptions": {