Skip to main content
POST
/
api
/
v1
/
go-no-go
/
prompts
/
{promptId}
/
restore
Error
A valid request URL is required to generate request examples
{
  "ok": "<unknown>",
  "meta": {
    "requestId": "<string>",
    "serverTime": "2023-11-07T05:31:56Z"
  },
  "data": {
    "id": "<string>",
    "dbId": 123,
    "promptText": "<string>",
    "version": 123,
    "editedByUserId": "<string>",
    "editedByEmail": "<string>",
    "changeDescription": "<string>",
    "isActive": true,
    "schema": "<unknown>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Path Parameters

promptId
string
required
Minimum string length: 1

Body

application/json

The body is of type object.

Response

OK

ok
any
required
meta
object
required
data
object
required