Skip to content

Commit

Permalink
rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Jul 25, 2023
1 parent ec99c44 commit 60fcd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<effective_canister_id>/read_state` or `/api/v2/subnet/<subnet_id>/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/<effective_canister_id>/read_state` or `/api/v2/subnet/<subnet_id>/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`

Expand Down

0 comments on commit 60fcd41

Please sign in to comment.