diff options
| author | Yigit Sever | 2021-05-05 00:25:11 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-05-05 00:25:11 +0300 |
| commit | e9ad7bad08d4348e587d2875f047032d69d45974 (patch) | |
| tree | 3d334e8e471113e5d6c53419ea002468f93bb6d2 | |
| parent | be79acfa144dc986fdbefecb312cce33eb5fefb8 (diff) | |
| download | gradecoin-site-e9ad7bad08d4348e587d2875f047032d69d45974.tar.gz gradecoin-site-e9ad7bad08d4348e587d2875f047032d69d45974.tar.bz2 gradecoin-site-e9ad7bad08d4348e587d2875f047032d69d45974.zip | |
Fix old info
| -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 | ||
