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

Commit

Permalink
label root_key as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Nov 2, 2023
1 parent 4e9da7f commit 55dd482
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 @@ -1017,7 +1017,7 @@ For this endpoint, the user performs a GET request, and receives a CBOR (see [CB

- `impl_version` (string, optional): The precise git revision of the Internet Computer Protocol implementation

- `root_key` (blob, mandatory): The public key (a DER-encoded BLS key) of the root key of this 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_key` (blob, optional): The public key (a DER-encoded BLS key) of the root key of this 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.

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

Expand Down

0 comments on commit 55dd482

Please sign in to comment.