Type Alias: SuspendBatchOperationData
type SuspendBatchOperationData = object;
Defined in: gen/types.gen.ts:8473
Properties
body?
optional body: unknown;
Defined in: gen/types.gen.ts:8474
path
path: object;
Defined in: gen/types.gen.ts:8475
batchOperationKey
batchOperationKey: BatchOperationKey;
The key (or operate legacy ID) of the batch operation.
query?
optional query: never;
Defined in: gen/types.gen.ts:8481
url
url: "/batch-operations/{batchOperationKey}/suspension";
Defined in: gen/types.gen.ts:8482