1
0
mirror of synced 2026-01-05 03:06:35 -05:00

Merge pull request #19857 from nashafa/patch-2

Add missing end quote
This commit is contained in:
Sophie
2022-08-16 17:03:10 +02:00
committed by GitHub

View File

@@ -305,7 +305,7 @@ gh api graphql -f query='
}
}
}
}
}'
```
{% endcli %}
@@ -717,4 +717,4 @@ gh api graphql -f query='
## Using webhooks
You can use webhooks to subscribe to events taking place in your project. For example, when an item is edited, {% data variables.product.product_name %} can send a HTTP POST payload to the webhook's configured URL which can trigger automation on your server. For more information about webhooks, see "[About webhooks](/developers/webhooks-and-events/webhooks/about-webhooks)." To learn more about the `projects_v2_item` webhook event, see "[Webhook events and payloads](/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#projects_v2_item)."
You can use webhooks to subscribe to events taking place in your project. For example, when an item is edited, {% data variables.product.product_name %} can send a HTTP POST payload to the webhook's configured URL which can trigger automation on your server. For more information about webhooks, see "[About webhooks](/developers/webhooks-and-events/webhooks/about-webhooks)." To learn more about the `projects_v2_item` webhook event, see "[Webhook events and payloads](/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#projects_v2_item)."