aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2021-05-28 11:44:39 +0200
committerLinus Nordberg <linus@nordberg.se>2021-05-28 11:44:39 +0200
commite374db9e70cd329ff46f1a4443c59a8fa118ddd6 (patch)
treedd7a56b2705773eb88493f507de66d609ffe0105 /doc
parent8822e78af9fb67dc9280de08c2758350a862b8ab (diff)
use a proper endpoint in example
Diffstat (limited to 'doc')
-rw-r--r--doc/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.md b/doc/api.md
index beda293..92344c5 100644
--- a/doc/api.md
+++ b/doc/api.md
@@ -133,7 +133,7 @@ Every log has a base URL that identifies it uniquely. The only
constraint is that it must be a valid HTTP(S) URL that can have the
`/st/v0/<endpoint>` suffix appended. For example, a complete endpoint
URL could be
-`https://log.example.com/2021/st/v0/get-signed-tree-head`.
+`https://log.example.com/2021/st/v0/get-tree-head-cosigned`.
Input data (in requests) is POST:ed in the HTTP message body as ASCII
key/value pairs.