From 60fcd411771142232e9adb11271c9d4c4b2850d3 Mon Sep 17 00:00:00 2001 From: Martin Raszyk Date: Tue, 25 Jul 2023 14:45:37 +0200 Subject: [PATCH] rephrase --- spec/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.md b/spec/index.md index b11989912..9bd297dc0 100644 --- a/spec/index.md +++ b/spec/index.md @@ -626,7 +626,7 @@ The functionality exposed via the [The IC management canister](#ic-management-ca ### Request: Read state {#http-read-state} -In order to read parts of the [The system state tree](#state-tree), the user makes a POST request to `/api/v2/canister//read_state` or `/api/v2/subnet//read_state`. The subnet form should be used when the information to be retrieved is subnet specific, i.e. information under the `/time` and `/subnet` sub-trees. The request body consists of an authentication envelope with a `content` map with the following fields: +In order to read parts of the [The system state tree](#state-tree), the user makes a POST request to `/api/v2/canister//read_state` or `/api/v2/subnet//read_state`. The subnet form should be used when the information to be retrieved is subnet specific, i.e., when requesting paths with the prefix `/time` or `/subnet`. The request body consists of an authentication envelope with a `content` map with the following fields: - `request_type` (`text`): Always `read_state`