request interfaces


interface SpacePatchParams {
    headers?: OutgoingHttpHeaders;
    jsonPatch: WatsonXAI.JsonPatchOperation;
    signal?: AbortSignal;
    spaceId: string;
}

Hierarchy (view full)

Properties

headers?: OutgoingHttpHeaders
signal?: AbortSignal
spaceId: string