Parameters for the getPromptLock operation.

interface GetPromptLockParams {
    headers?: OutgoingHttpHeaders;
    projectId?: string;
    promptId: string;
    signal?: AbortSignal;
    spaceId?: string;
}

Hierarchy

  • DefaultParams
    • GetPromptLockParams

Properties

headers?: OutgoingHttpHeaders
projectId?: string

[REQUIRED] Specifies the project ID as the target. One target must be supplied per request.

promptId: string

Prompt ID.

signal?: AbortSignal
spaceId?: string

[REQUIRED] Specifies the space ID as the target. One target must be supplied per request.