We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3843c commit d145f28Copy full SHA for d145f28
packages/restate-sdk-clients/src/api.ts
@@ -49,7 +49,7 @@ export interface IngresCallOptions {
49
/**
50
* Key to use for idempotency key.
51
*
52
- * See https://docs.restate.dev/operate/invocation#invoke-a-service-idempotently for more details.
+ * See https://docs.restate.dev/operate/invocation#invoke-a-handler-idempotently for more details.
53
*/
54
idempotencyKey?: string;
55
0 commit comments