Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mesa.dev/llms.txt

Use this file to discover all available pages before exploring further.

Remove the per-repository filter from a webhook target.
target = await mesa.webhook_targets.clear_repo_filter(
    webhook_target_id="wh_123",
)
print(target.repo_ids)  # None

Options

webhook_target_id
str
required
Webhook target ID.
org
str | None
Organization override.

Response

Returns the updated webhook target object with repo_ids set to None.

Required scope

admin