diff options
author | Linus Nordberg <linus@nordberg.se> | 2021-05-28 11:44:39 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2021-05-28 11:44:39 +0200 |
commit | e374db9e70cd329ff46f1a4443c59a8fa118ddd6 (patch) | |
tree | dd7a56b2705773eb88493f507de66d609ffe0105 /doc/api.md | |
parent | 8822e78af9fb67dc9280de08c2758350a862b8ab (diff) |
use a proper endpoint in example
Diffstat (limited to 'doc/api.md')
-rw-r--r-- | doc/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |