Skip to content

Commit f82a4f5

Browse files
committed
fix: correct field name in api-guide ResumeActor docs
1 parent de5d1d9 commit f82a4f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Activates a suspended actor by restoring it onto a physical worker.
249249
* **Request:** `ResumeActorRequest`
250250
* `actor_ref`: `ActorRef` of the actor to resume.
251251
* `boot`: (Optional) If `true`, bypasses snapshots and performs a cold boot.
252-
* **Response:** `ResumeActorResponse` containing the updated `Actor` object (including the physical `worker_ip`).
252+
* **Response:** `ResumeActorResponse` containing the updated `Actor` object (including the physical `ateom_pod_ip`).
253253

254254
#### `SuspendActor`
255255
Hibernate a running actor, capturing its current RAM and disk state into a snapshot.

0 commit comments

Comments
 (0)