Skip to main content
Pin a prompt to the top of a vault so it always appears first when the vault’s contents are listed, or unpin it to restore the default sort order. Pinning is managed through the same path using two complementary HTTP methods: POST to pin and DELETE to unpin. You can pin as many prompts as you like within a vault — they will all appear at the top, ordered among themselves by pin date.

Endpoints

Path Parameters

Both endpoints share the same path parameters.
integer
required
The numeric ID of the vault that contains the prompt.
integer
required
The numeric ID of the vault–prompt membership record. This is the vaultPromptId field returned when listing prompts in a vault.

Pin a Prompt

Send a POST request to pin the prompt. If the prompt is already pinned, the request is a no-op and returns 200 OK.

Request Example

Response Example

Unpin a Prompt

Send a DELETE request to unpin the prompt and return it to the standard sort order. If the prompt is already unpinned, the request is a no-op and returns 200 OK.

Request Example

Response Example