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 aPOST 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 aDELETE 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.