Skip to main content
POST
/
api
/
v1
/
orgs
/
{org_id}
/
prompts
/
{prompt_id}
/
rollback
/
{version_id}
Rollback Prompt
curl --request POST \
  --url https://api.example.com/api/v1/orgs/{org_id}/prompts/{prompt_id}/rollback/{version_id}/ \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required
prompt_id
string
required
version_id
string<uuid>
required

Response

Successful Response

The response is of type Response Rollback Prompt Api V1 Orgs Org Id Prompts Prompt Id Rollback Version Id Post · object.