Skip to content

Commit 61f3290

Browse files
committed
Updating API Gateway domain
1 parent 38396f2 commit 61f3290

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

notarization/api-reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Anchoring API
22

3-
{% api-method method="post" host="https://api.ledgerproject.eu" path="/notarization/stamp" %}
3+
{% api-method method="post" host="https://api.token-project.eu" path="/notarization/stamp" %}
44
{% api-method-summary %}
55
Anchor some data
66
{% endapi-method-summary %}
@@ -51,7 +51,7 @@ curl -L -X POST 'https://api.token-project.eu:443/notarization/stamp' \
5151
--data-urlencode 'hash=$HASH'
5252
```
5353

54-
{% api-method method="get" host="https://api.ledgerproject.eu" path="/notarization/stamp/$STAMP" %}
54+
{% api-method method="get" host="https://api.token-project.eu" path="/notarization/stamp/$STAMP" %}
5555
{% api-method-summary %}
5656
Get anchored data from a HASH
5757
{% endapi-method-summary %}
@@ -98,7 +98,7 @@ curl -L -X GET 'https://api.token-project.eu:443/notarization/stamp/$STAMP' \
9898
-H 'Authorization: Bearer $TOKEN'
9999
```
100100

101-
{% api-method method="get" host="https://api.ledgerproject.eu" path="/notarization/blockinfos/stamp/keys/$HASH" %}
101+
{% api-method method="get" host="https://api.token-project.eu" path="/notarization/blockinfos/stamp/keys/$HASH" %}
102102
{% api-method-summary %}
103103
Get anchored data from a Hash \[DEPRECATED\]
104104
{% endapi-method-summary %}
@@ -146,7 +146,7 @@ curl -L -X GET 'https://api.token-project.eu:443/notarization/blockinfos/stamp/k
146146
-H 'Authorization: Bearer $TOKEN'
147147
```
148148

149-
{% api-method method="get" host="https://api.ledgerproject.eu" path="/notarization/stamps" %}
149+
{% api-method method="get" host="https://api.token-project.eu" path="/notarization/stamps" %}
150150
{% api-method-summary %}
151151
All anchors
152152
{% endapi-method-summary %}

notarization/fundamentals.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Common endpoints
22

3-
{% api-method method="get" host="https://api.ledgerproject.eu" path="/notarization/blockinfos/stamp/keys/$HASH" %}
3+
{% api-method method="get" host="https://api.token-project.eu" path="/notarization/blockinfos/stamp/keys/$HASH" %}
44
{% api-method-summary %}
55
Get a record from a key
66
{% endapi-method-summary %}
@@ -41,7 +41,7 @@ Bearer: $TOKEN
4141
{% endapi-method-spec %}
4242
{% endapi-method %}
4343

44-
{% api-method method="get" host="https://api.ledgerproject.eu" path="/blockinfos/transactions/$TRANSACTION\_ID" %}
44+
{% api-method method="get" host="https://api.token-project.eu" path="/blockinfos/transactions/$TRANSACTION\_ID" %}
4545
{% api-method-summary %}
4646
Get a transaction detail
4747
{% endapi-method-summary %}
@@ -525,7 +525,7 @@ Bearer: $TOKEN
525525
{% endapi-method-spec %}
526526
{% endapi-method %}
527527

528-
{% api-method method="get" host="https://api.ledgerproject.eu" path="/blockinfos/blocks/$BLOCK\_NUMBER" %}
528+
{% api-method method="get" host="https://api.token-project.eu" path="/blockinfos/blocks/$BLOCK\_NUMBER" %}
529529
{% api-method-summary %}
530530
Get a block detail
531531
{% endapi-method-summary %}

notarization/stamp-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Stamp API
22

3-
{% api-method method="post" host="https://api.ledgerproject.eu" path="/notarization/stamp" %}
3+
{% api-method method="post" host="https://api.token-project.eu" path="/notarization/stamp" %}
44
{% api-method-summary %}
55
Stamp
66
{% endapi-method-summary %}
@@ -51,7 +51,7 @@ curl -L -X POST 'https://api.token-project.eu:443/notarization/stamp' \
5151
--data-urlencode 'hash=$HASH'
5252
```
5353

54-
{% api-method method="get" host="https://api.ledgerproject.eu" path="/notarization/stamp/$STAMP" %}
54+
{% api-method method="get" host="https://api.token-project.eu" path="/notarization/stamp/$STAMP" %}
5555
{% api-method-summary %}
5656
Get a receipt from a HASH
5757
{% endapi-method-summary %}
@@ -98,7 +98,7 @@ curl -L -X GET 'https://api.token-project.eu:443/notarization/stamp/$STAMP' \
9898
-H 'Authorization: Bearer $TOKEN'
9999
```
100100

101-
{% api-method method="get" host="https://api.ledgerproject.eu" path="/notarization/blockinfos/stamp/keys/$HASH" %}
101+
{% api-method method="get" host="https://api.token-project.eu" path="/notarization/blockinfos/stamp/keys/$HASH" %}
102102
{% api-method-summary %}
103103
Get a receipt from a Hash \[DEPRECATED\]
104104
{% endapi-method-summary %}
@@ -140,7 +140,7 @@ Bearer: $TOKEN
140140
{% endapi-method-spec %}
141141
{% endapi-method %}
142142

143-
{% api-method method="get" host="https://api.ledgerproject.eu" path="/notarization/stamps" %}
143+
{% api-method method="get" host="https://api.token-project.eu" path="/notarization/stamps" %}
144144
{% api-method-summary %}
145145
All stamps
146146
{% endapi-method-summary %}

0 commit comments

Comments
 (0)