Skip to content

Commit 1437c74

Browse files
committed
define enum for WebhookV2.context
An enumeration is described in the property's description. Add the values to an `enum` definition.
1 parent 887d806 commit 1437c74

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

openapi/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6765,6 +6765,10 @@ components:
67656765
type: string
67666766
description: The type of context this webhook is attached to. The value will be
67676767
"PROJECT", "TEAM", or "FILE"
6768+
enum:
6769+
- PROJECT
6770+
- TEAM
6771+
- FILE
67686772
context_id:
67696773
type: string
67706774
description: The ID of the context this webhook is attached to

0 commit comments

Comments
 (0)