Merge pull request #757 from snake-eaterr/edit-debit-auths
update debitAccess
This commit is contained in:
commit
50f2866f92
11 changed files with 148 additions and 4 deletions
|
|
@ -58,6 +58,11 @@ The nostr server will send back a message response, and inside the body there wi
|
|||
- input: [DecodeInvoiceRequest](#DecodeInvoiceRequest)
|
||||
- output: [DecodeInvoiceResponse](#DecodeInvoiceResponse)
|
||||
|
||||
- EditDebit
|
||||
- auth type: __User__
|
||||
- input: [DebitAuthorizationRequest](#DebitAuthorizationRequest)
|
||||
- This methods has an __empty__ __response__ body
|
||||
|
||||
- EnrollAdminToken
|
||||
- auth type: __User__
|
||||
- input: [EnrollAdminTokenRequest](#EnrollAdminTokenRequest)
|
||||
|
|
@ -328,6 +333,13 @@ The nostr server will send back a message response, and inside the body there wi
|
|||
- input: [DecodeInvoiceRequest](#DecodeInvoiceRequest)
|
||||
- output: [DecodeInvoiceResponse](#DecodeInvoiceResponse)
|
||||
|
||||
- EditDebit
|
||||
- auth type: __User__
|
||||
- http method: __post__
|
||||
- http route: __/api/user/debit/edit__
|
||||
- input: [DebitAuthorizationRequest](#DebitAuthorizationRequest)
|
||||
- This methods has an __empty__ __response__ body
|
||||
|
||||
- EncryptionExchange
|
||||
- auth type: __Guest__
|
||||
- http method: __post__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue