diff --git a/doc/api.raml b/doc/api.raml index b7c47380c..0c94a9166 100644 --- a/doc/api.raml +++ b/doc/api.raml @@ -3,7 +3,11 @@ title: CKB-Explorer version: v1 baseUri: https://explorer.nervos.org mediaType: application/vnd.api+json - +documentation: + - title: Introduction + content: | + These are the APIs that serve the Explorer, we do not provide external services and cannot guarantee service availability. + It is recommended to maintain the ckb node by yourself. types: indicator: { type: string, diff --git a/public/api_doc.html b/public/api_doc.html index 03d293ab8..c3ba40999 100644 --- a/public/api_doc.html +++ b/public/api_doc.html @@ -170,7 +170,7 @@ .required { color: #f00; } -

/blocks

get

Returns blocks in reverse chronological order.