d11n
|
7db510b5ca
|
Swagger: Fix errors, warnings and formatting (#6410)
* Fix linting errors
* Fix linting warnings
* Fix inconsistend indentation and unify formatting
* Extract StoreId schemas
* Extract CryptoCode parameter
* Extract AppId parameter
* More StoreId parameter references
* Extract WebhookId and DeliveryId parameters
* Extract InvoiceId parameter
* Formatting
|
2024-11-20 22:46:55 +09:00 |
|
nicolas.dorier
|
e4b5609d78
|
Fix doc
|
2024-09-06 13:27:12 +09:00 |
|
d11n
|
76719cdc4a
|
Greenfield: Fix payment method update regression (#5932)
* Greenfield: Fix payment method update regression
Do not exclude if `enabled` is `true`. Got introduced in #5809.
* Fix PaymentMethodId Swagger docs
|
2024-04-16 11:32:52 +09:00 |
|
Nicolas Dorier
|
6cc1751924
|
The Big Cleanup: Refactor BTCPay internals (#5809)
|
2024-04-04 16:31:04 +09:00 |
|
d11n
|
f4af4ec4dc
|
Fix OpenAPI 3.0 validation errors and warnings (#4235)
|
2022-10-25 20:37:36 +09:00 |
|
nicolas.dorier
|
9bf3df1e87
|
Fix Swagger, replacing additionalProperties by allOf
|
2022-04-21 12:12:30 +09:00 |
|
Umar Bolatov
|
aab1eb0d36
|
Ensure Swagger docs are semantically and structurally correct (#3390)
* Remove "delete" method from "/api/v1/stores/{storeId}/invoices/{invoiceId}/payment-methods" docs
* Remove "requestBody" from "delete" method of "/api/v1/stores/{storeId}/webhooks/{webhookId}"
* Rename "API Key" to "API_Key"
* Remove "scheme" from API_Key security scheme
* Remove "name" and "in" properties from "Basic"security scheme
|
2022-02-02 20:12:48 +09:00 |
|
Andreas Tasch
|
c5dc7475a6
|
Fix type of property cryptoCode (#3088)
|
2021-11-15 13:15:48 +09:00 |
|
Andrew Camilleri
|
9f6c7180b2
|
Greenfield quality of life improvements from feedback (#2880)
* Greenfield quality of life improvements from feedback
fix #2854
* Greenfield quality of life improvements from feedback
fix #2855
|
2021-09-25 14:04:34 +09:00 |
|
Kukks
|
f4df850d25
|
Greenfield: Rename enabledOnly to enabled?
Allows the filter to work in both directions instead
|
2021-07-26 12:03:11 +02:00 |
|
Kukks
|
4d538c61b1
|
Refactor Get Store Payment Methods
Add tests + docs + new pluggbale format for fetching payment method data + client
|
2021-07-26 12:03:11 +02:00 |
|