v29

latestOpenAPI 3.1.0raw.githubusercontent.com2026-02-0286184235.0 KB
Feedback

Feedback Create

Add feedback to a call or object.

post/feedback/create

Request body

idstring nullable

If provided by the client, this ID will be used for the feedback row instead of a server-generated one.

project_idstring required
weave_refstring required
creatorstring nullable
feedback_typestring required
payloadobject required
annotation_refstring nullable
runnable_refstring nullable
call_refstring nullable
trigger_refstring nullable
wb_user_idstring nullable

Do not set directly. Server will automatically populate this field.

Example request

{
  "id": "018f1f2a-9c2b-7d3e-b5a1-8c9d2e4f6a7b",
  "project_id": "entity/project",
  "weave_ref": "weave:///entity/project/object/name:digest",
  "creator": "Jane Smith",
  "feedback_type": "custom",
  "payload": {
    "key": "value"
  },
  "annotation_ref": "weave:///entity/project/object/name:digest",
  "runnable_ref": "weave:///entity/project/op/name:digest",
  "call_ref": "weave:///entity/project/call/call_id",
  "trigger_ref": "weave:///entity/project/object/name:digest"
}

Response

Successful Response

idstring required
created_atstring date-time required
wb_user_idstring required
payloadobject required