Skip to main content
PUT
Update a personal AI prompt

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
integer
required

AI prompt ID

Body

application/json

Request body for updating a personal AI prompt. Both fields are required — the prompt is replaced with exactly what you send.

name
string
required

Display name for the prompt. Must be unique among your personal prompts for the same step type.

Maximum string length: 256
text
string
required

The prompt instructions given to the AI

Maximum string length: 2000

Response

The updated prompt

An AI prompt available for configuring a sequence step.

id
integer
required

Unique identifier for the prompt

name
string
required

Display name of the prompt

text
string
required

The prompt instructions given to the AI

scope
enum<string>
required

Whether the prompt is a read-only library prompt or your own personal prompt

Available options:
library,
personal
stepType
enum<string>
required

The sequence step type this prompt is written for

Available options:
commentOnRecentPost