Update a pre-prompt
Prompt management
Update PrePrompt
Updates key/value pairs for an existing pre-prompt.
PUT
Update a pre-prompt
Modify any combination ofDocumentation Index
Fetch the complete documentation index at: https://docs.handauncle.com/llms.txt
Use this file to discover all available pages before exploring further.
key, publicValue, maskedValue, description, or
tags for an existing pre-prompt. Authenticate with BACKEND_SECRET headers.
Request Body
All fields are optional. Only include the fields you want to update.| Field | Type | Description |
|---|---|---|
key | string | Unique identifier (2-64 chars) |
publicValue | string | User-facing label (1-512 chars) |
maskedValue | string | Hidden prompt (1-4000 chars) |
description | string | Optional description |
tags | string[] | Optional tags array |
Headers
Backend secret token required for admin-only endpoints. Provide either this header or Authorization: Bearer <secret>.
Path Parameters
PrePrompt identifier (UUID).
Required string length:
8 - 64Body
application/json
Required string length:
2 - 64Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_-]{1,63}$Required string length:
1 - 512Required string length:
1 - 4000Maximum string length:
500Maximum array length:
16Maximum string length:
50