From 1437c7441592c6103bc83e860c2970ff4d7de6dc 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 4a3ad40..5634789 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -6765,6 +6765,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