Skip to main content
POST
/
feedback
/
create
{
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "wb_user_id": "<string>",
  "payload": {}
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
project_id
string
required
Examples:

"entity/project"

weave_ref
string
required
Examples:

"weave:///entity/project/object/name:digest"

feedback_type
string
required
Examples:

"custom"

payload
object
required
Examples:
{ "key": "value" }
id
string | null

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

Examples:

"018f1f2a-9c2b-7d3e-b5a1-8c9d2e4f6a7b"

creator
string | null
Examples:

"Jane Smith"

annotation_ref
string | null
Examples:

"weave:///entity/project/object/name:digest"

runnable_ref
string | null
Examples:

"weave:///entity/project/op/name:digest"

call_ref
string | null
Examples:

"weave:///entity/project/call/call_id"

trigger_ref
string | null
Examples:

"weave:///entity/project/object/name:digest"

wb_user_id
string | null

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

Response

Successful Response

id
string
required
created_at
string<date-time>
required
wb_user_id
string
required
payload
object
required
I