Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
feat: add root_subnet_id to HTTP status endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Nov 15, 2023
1 parent 411f724 commit 35eda24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1034,6 +1034,8 @@ For this endpoint, the user performs a GET request, and receives a CBOR (see [CB

- `root_key` (blob, only in development instances): The public key (a DER-encoded BLS key) of the root key of this development instance of the Internet Computer Protocol. This *must* be present in short-lived development instances, to allow the agent to fetch the public key. For the Internet Computer, agents must have an independent trustworthy source for this data, and must not be tempted to fetch it from this insecure location.

- `root_subnet_id` (blob, optional): The subnet ID of the root subnet of this instance of the Internet Computer Protocol.

See [CBOR encoding of requests and responses](#api-cbor) for details on the precise CBOR encoding of this object.

:::note
Expand Down

0 comments on commit 35eda24

Please sign in to comment.