Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit e03639a

Browse files
committed
Add Code Snippets to Spec Files
1 parent cae23cb commit e03639a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

site/specs/numbers.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40185,12 +40185,11 @@ paths:
4018540185
post:
4018640186
description: >-
4018740187
Create a new webhook subscription (this webhook will be called for every
40188-
update on every submission; is is also possible to register a one-time
40189-
callback URL as part of a submission itself). In addition to a
40190-
`callbackUrl`, this subscription can provide HTTP Basic authentication
40191-
credentials (a username and a password). The returned subscription
40192-
object will contain an ID that can be used to modify or delete the
40193-
subscription at a later time.
40188+
update on every submission). In addition to a `callbackUrl`, this
40189+
subscription can provide optional HTTP basic authentication credentials
40190+
(a username and a password). The returned subscription object will
40191+
contain an ID that can be used to modify or delete the subscription at a
40192+
later time.
4019440193
operationId: createWebhookSubscription
4019540194
parameters:
4019640195
- $ref: '#/components/parameters/AccountIdPathParam'

0 commit comments

Comments
 (0)