Skip to main content
Move a prompt from one of your vaults to another in a single atomic operation. Supply the source vault and the vault–prompt membership ID in the path, and specify the destination vault in the request body. After a successful move, the prompt is no longer a member of the source vault and immediately appears in the target vault. Both vaults must belong to your account.

Endpoint

Path Parameters

integer
required
The numeric ID of the source vault — the vault the prompt is currently in.
integer
required
The numeric ID of the vault–prompt membership record. This is the vaultPromptId returned when listing prompts in a vault.

Body Parameters

integer
required
The numeric ID of the destination vault. Must be at least 1 and must refer to a vault you own.

Request Example

Response Example

A 200 OK response is returned on success. The data field confirms the move and provides the new vaultPromptId assigned in the target vault.