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

Commit b7cbca2

Browse files
authored
fix: update status field to replied for update calls (#356)
* . * Update certificate
1 parent c73ae75 commit b7cbca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,9 +677,9 @@ The HTTP response to this request can have the following forms:
677677

678678
- If the update call completed, a certificate for the state of the update call is produced, and returned in a CBOR (see [CBOR](#cbor)) map with the fields specified below:
679679

680-
- `status` (`text`): `"certified_state"`
680+
- `status` (`text`): `"replied"`
681681

682-
- `reply` (`blob`): A certificate (see [Certification](#certification)) with subtrees at `/request_status/<request_id>` and `/time`, where `<request_id>` is the [request ID](#request-id) of the update call. See [Request status](#state-tree-request-status) for more details on the request status.
682+
- `certificate` (`blob`): A certificate (see [Certification](#certification)) with subtrees at `/request_status/<request_id>` and `/time`, where `<request_id>` is the [request ID](#request-id) of the update call. See [Request status](#state-tree-request-status) for more details on the request status.
683683

684684
- If a non-replicated pre-processing error occurred (e.g., due to the [canister inspect message](#system-api-inspect-message)), then a body with information about the IC specific error encountered is returned. The body is a CBOR map with the following fields:
685685

0 commit comments

Comments
 (0)