Skip to content

Commit

Permalink
[spec] ref fibercrypto#12 - Delete csrfToken from spec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantpaez committed Mar 4, 2019
1 parent 737a076 commit b4136b5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,7 @@ paths:
/api/transactions/history/to/{address}:
get:
summary: Get history to address
description: Should return completed transactions that transfer fund to the address and that were broadcasted after the transaction with the hash equal to the `afterHash`. If `afterHash` is empty, transactions should be read from the beginning. Should include all transactions broadcasted even those not going through `/transaction/broadcast/*` API endpoints. If there are no transactions to return, empty array should be returned. Amount of the returned transactions should not exceed take.

security:
- CsrfTokenAuth: []

description: Should return completed transactions that transfer fund to the address and that were broadcasted after the transaction with the hash equal to the `afterHash`. If `afterHash` is empty, transactions should be read from the beginning. Should include all transactions broadcasted even those not going through `/transaction/broadcast/*` API endpoints. If there are no transactions to return, empty array should be returned. Amount of the returned transactions should not exceed take.
parameters:
- name: address
in: path
Expand Down

0 comments on commit b4136b5

Please sign in to comment.