Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 0633aca

Browse files
committed
Add API Key and intentOnFilling to API schema
1 parent ea8c8e9 commit 0633aca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/schemas/swap_quote_request_schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
"excludedSources": {
2323
"type": "string"
2424
},
25+
"apiKey": {
26+
"type": "string"
27+
},
28+
"intentOnFilling": {
29+
"type": "string",
30+
"allowEmptyValue": true
31+
},
2532
"skipValidation": {
2633
"type": "string",
2734
"allowEmptyValue": true

0 commit comments

Comments
 (0)