diff options
Diffstat (limited to 'content/_index.md')
-rw-r--r-- | content/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/_index.md b/content/_index.md index 363e7f9..cbdcff5 100644 --- a/content/_index.md +++ b/content/_index.md | |||
@@ -48,7 +48,7 @@ Please respect the system and others. Keep your request rate below a reasonable | |||
48 | ## /transaction | 48 | ## /transaction |
49 | - You can offer a [Transaction](@/transaction_docs.md) with a POST request | 49 | - You can offer a [Transaction](@/transaction_docs.md) with a POST request |
50 | - The request should have `Authorization` | 50 | - The request should have `Authorization` |
51 | - The request header should be signed by the Public Key of the `by` field in the transaction | 51 | - The request header should be signed by the Public Key of the `source` field in the transaction |
52 | - Fetch the list of `Transaction`s with a GET request | 52 | - Fetch the list of `Transaction`s with a GET request |
53 | - For more information, check our [transaction](@/transaction_docs.md) page | 53 | - For more information, check our [transaction](@/transaction_docs.md) page |
54 | 54 | ||