Skip to content

Commit edb015b

Browse files
authored
Merge pull request #461 from snyk/chore/add-warning-for-webhooks-v1-page
added warning for webhooks v1 page
2 parents 6b640c3 + 095bcd4 commit edb015b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/snyk-api/reference/webhooks-v1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
This document uses the v1 API. For more details, see the [v1 API](../v1-api.md).
55
{% endhint %}
66

7+
{% hint style="warning" %}
8+
The Webhooks API is in beta. While the API is in beta, Snyk may change the API and the structure of webhook payloads at any time, without notice. During this beta, Webhooks are available only in the Snyk US-01, US-02, EU-01, and AU-01 regions.
9+
{% endhint %}
10+
711
{% swagger src="../../.gitbook/assets/v1-api-spec.yaml" path="/org/{orgId}/webhooks" method="post" %}
812
[v1-api-spec.yaml](../../.gitbook/assets/v1-api-spec.yaml)
913
{% endswagger %}

tools/api-docs-generator/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ categoryContext:
1414
- name: projects-v1
1515
hint: |
1616
**Note:** For a list of Project types, see [Project type responses from the API](../snyk-api/api-endpoints-index-and-tips/project-type-responses-from-the-api).
17+
- name: webhooks-v1
18+
hint: |
19+
{% hint style="warning" %}
20+
The Webhooks API is in beta. While the API is in beta, Snyk may change the API and the structure of webhook payloads at any time, without notice. During this beta, Webhooks are available only in the Snyk US-01, US-02, EU-01, and AU-01 regions.
21+
{% endhint %}
1722
output:
1823
summaryPath: docs/SUMMARY.md
1924
apiReferencePath: docs/snyk-api/reference

0 commit comments

Comments
 (0)