Type Alias: CancelBatchOperationData
type CancelBatchOperationData = object;
Defined in: gen/types.gen.ts:8384
Properties
body?
optional body: unknown;
Defined in: gen/types.gen.ts:8385
path
path: object;
Defined in: gen/types.gen.ts:8386
batchOperationKey
batchOperationKey: BatchOperationKey;
The key (or operate legacy ID) of the batch operation.
query?
optional query: never;
Defined in: gen/types.gen.ts:8392
url
url: "/batch-operations/{batchOperationKey}/cancellation";
Defined in: gen/types.gen.ts:8393