@@ -10,7 +10,7 @@ Manage Prefect Cloud Webhooks.
1010
1111## Functions
1212
13- ### ` webhook_ls ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/cloud/webhook.py#L31 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
13+ ### ` webhook_ls ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/cloud/webhook.py#L32 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
1414
1515``` python
1616webhook_ls()
@@ -20,7 +20,7 @@ webhook_ls()
2020Fetch and list all webhooks in your workspace.
2121
2222
23- ### ` webhook_get ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/cloud/webhook.py#L46 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
23+ ### ` webhook_get ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/cloud/webhook.py#L66 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
2424
2525``` python
2626webhook_get(webhook_id: Annotated[UUID , cyclopts.Parameter(help = ' The webhook ID to retrieve.' )])
@@ -30,7 +30,7 @@ webhook_get(webhook_id: Annotated[UUID, cyclopts.Parameter(help='The webhook ID
3030Retrieve a webhook by ID.
3131
3232
33- ### ` webhook_create ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/cloud/webhook.py#L63 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
33+ ### ` webhook_create ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/cloud/webhook.py#L99 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
3434
3535``` python
3636webhook_create(webhook_name: Annotated[str , cyclopts.Parameter(help = ' The name of the webhook.' )])
@@ -40,7 +40,7 @@ webhook_create(webhook_name: Annotated[str, cyclopts.Parameter(help='The name of
4040Create a new Cloud webhook.
4141
4242
43- ### ` webhook_rotate ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/cloud/webhook.py#L107 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
43+ ### ` webhook_rotate ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/cloud/webhook.py#L143 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
4444
4545``` python
4646webhook_rotate(webhook_id: Annotated[UUID , cyclopts.Parameter(help = ' The webhook ID to rotate.' )])
@@ -50,7 +50,7 @@ webhook_rotate(webhook_id: Annotated[UUID, cyclopts.Parameter(help='The webhook
5050Rotate url for an existing Cloud webhook, in case it has been compromised.
5151
5252
53- ### ` webhook_toggle ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/cloud/webhook.py#L130 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
53+ ### ` webhook_toggle ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/cloud/webhook.py#L166 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
5454
5555``` python
5656webhook_toggle(webhook_id: Annotated[UUID , cyclopts.Parameter(help = ' The webhook ID to toggle.' )])
@@ -60,7 +60,7 @@ webhook_toggle(webhook_id: Annotated[UUID, cyclopts.Parameter(help='The webhook
6060Toggle the enabled status of an existing Cloud webhook.
6161
6262
63- ### ` webhook_update ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/cloud/webhook.py#L154 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
63+ ### ` webhook_update ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/cloud/webhook.py#L190 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
6464
6565``` python
6666webhook_update(webhook_id: Annotated[UUID , cyclopts.Parameter(help = ' The webhook ID to update.' )])
@@ -70,7 +70,7 @@ webhook_update(webhook_id: Annotated[UUID, cyclopts.Parameter(help='The webhook
7070Partially update an existing Cloud webhook.
7171
7272
73- ### ` webhook_delete ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/cloud/webhook.py#L192 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
73+ ### ` webhook_delete ` <sup ><a href = " https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/cloud/webhook.py#L228 " target = " _blank" ><Icon icon = " github" style = " width: 14px; height: 14px;" /></a ></sup >
7474
7575``` python
7676webhook_delete(webhook_id: Annotated[UUID , cyclopts.Parameter(help = ' The webhook ID to delete.' )])
0 commit comments