Skip to main content
POST
Add feedback reference

Authorizations

Authorization
string
header
required

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

Path Parameters

feedbackId
string<uuid>
required

Feedback ID

Body

application/json
entityType
enum<string>
required

Referenced entity type

Available options:
persona,
simulation,
call,
version,
agent,
workflow,
branch,
external
entityId
string<uuid>

Referenced entity ID (internal types)

url
string<uri>

External tracker URL (ClickUp, GitHub, ...)

Maximum string length: 2048
label
string

Display label for external references

Maximum string length: 200
relation
enum<string>

Reference relation

Available options:
concerns,
caused_by,
relates

Response

Reference added

success
enum<boolean>
required
Available options:
true
data
object
required