Skip to content

Commit 08a3ab5

Browse files
Merge pull request #194 from fingerprintjs/bugfix/INTER-1182-fix-faling-java-sync
fix: apply x-flatten-optional-params: true in the webhook.yaml
2 parents 0342bdb + ab92861 commit 08a3ab5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/shaky-goats-beam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'fingerprint-pro-server-api-openapi': patch
3+
---
4+
5+
**webhook**: Apply x-flatten-optional-params: true in correct place in the webhook.yaml

schemas/paths/webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ trace:
22
tags:
33
- Fingerprint
44
description: Fake path to describe webhook format. More information about webhooks can be found in the [documentation](https://dev.fingerprint.com/docs/webhooks)
5+
x-flatten-optional-params: true
56
requestBody:
67
content:
78
application/json:
@@ -15,7 +16,6 @@ trace:
1516
webhook:
1617
post:
1718
description: You can use HTTP basic authentication and set up credentials in your [Fingerprint account](https://dashboard.fingerprint.com/login)
18-
x-flatten-optional-params: true
1919
requestBody:
2020
content:
2121
application/json:

0 commit comments

Comments
 (0)