docs: rename Route.continue_ to Route.resume in java and C# (#5290)
This commit is contained in:
parent
6c44a781c7
commit
080a9529b3
|
|
@ -30,7 +30,8 @@ Optional error code. Defaults to `failed`, could be one of the following:
|
|||
|
||||
## async method: Route.continue
|
||||
* langs:
|
||||
- alias-java: continue_
|
||||
- alias-csharp: resume
|
||||
- alias-java: resume
|
||||
- alias-python: continue_
|
||||
|
||||
Continues route's request with optional overrides.
|
||||
|
|
|
|||
Loading…
Reference in a new issue