From 9741e52e382c40395b5d67a950ebaf5b43d688f1 Mon Sep 17 00:00:00 2001 From: Don Olmstead Date: Tue, 30 Sep 2025 12:41:36 -0700 Subject: [PATCH] define enum for WebhookV2.context An enumeration is described in the property's description. Add the values to an `enum` definition. --- openapi/openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 8e49ea6..958c6cf 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -6750,6 +6750,10 @@ components: type: string description: The type of context this webhook is attached to. The value will be "PROJECT", "TEAM", or "FILE" + enum: + - PROJECT + - TEAM + - FILE context_id: type: string description: The ID of the context this webhook is attached to