Skip to main content
PATCH
/
api
/
v1
/
runtime
/
v1
/
observability
/
reviews
/
{reviewId}
Update a review (SDK)
curl --request PATCH \
  --url https://api.runflow.ai/api/v1/runtime/v1/observability/reviews/{reviewId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "resolutionNotes": "Atualizamos o prompt para incluir horários de funcionamento",
  "correctedOutput": "Funcionamos de segunda a sexta, das 9h às 18h",
  "comment": "<string>",
  "tags": [
    "<string>"
  ]
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

reviewId
string
required

Body

application/json
status
enum<string>

Status of the review workflow

Available options:
pending_review,
in_progress,
resolved,
wont_fix
resolutionNotes
string

Notes about the resolution

Example:

"Atualizamos o prompt para incluir horários de funcionamento"

actionTaken
enum<string>

Action taken to resolve the issue

Available options:
prompt_updated,
added_to_training,
knowledge_base_updated,
escalated,
no_action
correctedOutput
string

Corrected output for training purposes

Example:

"Funcionamos de segunda a sexta, das 9h às 18h"

comment
string

Updated comment

tags
string[]

Updated tags

priority
enum<string>

Updated priority

Available options:
low,
medium,
high,
critical

Response

200

Review updated