MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / WebhookModel

Class WebhookModel

api/util/engine_models/environments/models.py:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class WebhookModel(BaseModel):
24 url: str
25 secret: str
26
27
28class EnvironmentModel(BaseModel):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…