diff options
Diffstat (limited to 'proposals/0000-http-pinning-service-api.md')
-rw-r--r-- | proposals/0000-http-pinning-service-api.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/proposals/0000-http-pinning-service-api.md b/proposals/0000-http-pinning-service-api.md index 75dff6c..87b026c 100644 --- a/proposals/0000-http-pinning-service-api.md +++ b/proposals/0000-http-pinning-service-api.md @@ -44,11 +44,11 @@ It may be fetched using a GET request. This document will fit the following sche "title": "My Pinning Service", "description": "Keep your Dats online!", "links": [{ - "rel": "user-accounts-api.com/v1", + "rel": "https://archive.org/services/purl/purl/datprotocol/spec/pinning-service-account-api", "title": "User accounts API", "href": "/v1/accounts" }, { - "rel": "datprotocol.com/deps/0000-http-pinning-service-api", + "rel": "https://archive.org/services/purl/purl/datprotocol/spec/pinning-service-dats-api", "title": "Dat pinning API", "href": "/v1/dats" }] @@ -77,8 +77,6 @@ POST /logout End a session. GET /account Get information about the account attached to the current session. ``` -Full documentation for this API should be made available at https://user-accounts-api.com. - ## POST /login [user-accounts-api-post-login]: #user-accounts-api-post-login |