mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-29 11:54:27 +01:00
Fix swagger file
This commit is contained in:
@@ -218,32 +218,32 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"schemas": {
|
||||
"LightningAddressData": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"username": {
|
||||
"type": "string",
|
||||
"description": "The username of the lightning address"
|
||||
},
|
||||
"currencyCode": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "The currency to generate the invoices for this lightning address in. Leave null lto use the store default."
|
||||
},
|
||||
"min": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "The minimum amount in sats this ln address allows"
|
||||
},
|
||||
"max": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "The maximum amount in sats this ln address allows"
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"schemas": {
|
||||
"LightningAddressData": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"username": {
|
||||
"type": "string",
|
||||
"description": "The username of the lightning address"
|
||||
},
|
||||
"currencyCode": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "The currency to generate the invoices for this lightning address in. Leave null lto use the store default."
|
||||
},
|
||||
"min": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "The minimum amount in sats this ln address allows"
|
||||
},
|
||||
"max": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"description": "The maximum amount in sats this ln address allows"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user