Help us improve these docs. Take our quick survey.
curl --request POST \
--url https://api.example.com/feedback/create \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"weave_ref": "<string>",
"feedback_type": "<string>",
"payload": {},
"id": "018f1f2a-9c2b-7d3e-b5a1-8c9d2e4f6a7b",
"creator": "Jane Smith",
"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",
"queue_id": "018f1f2a-9c2b-7d3e-b5a1-8c9d2e4f6a7b",
"wb_user_id": "<string>"
}
'{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"wb_user_id": "<string>",
"payload": {}
}Ajouter un retour à un appel ou à un objet.
curl --request POST \
--url https://api.example.com/feedback/create \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"weave_ref": "<string>",
"feedback_type": "<string>",
"payload": {},
"id": "018f1f2a-9c2b-7d3e-b5a1-8c9d2e4f6a7b",
"creator": "Jane Smith",
"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",
"queue_id": "018f1f2a-9c2b-7d3e-b5a1-8c9d2e4f6a7b",
"wb_user_id": "<string>"
}
'{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"wb_user_id": "<string>",
"payload": {}
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
"entity/project"
"weave:///entity/project/object/name:digest"
"custom"
{ "key": "value" }S’il est fourni par le client, cet ID sera utilisé pour la ligne de feedback au lieu d’un ID généré par le serveur.
"018f1f2a-9c2b-7d3e-b5a1-8c9d2e4f6a7b"
"Jane Smith"
"weave:///entity/project/object/name:digest"
"weave:///entity/project/op/name:digest"
"weave:///entity/project/call/call_id"
"weave:///entity/project/object/name:digest"
L’ID de la file d’attente d’annotation à partir de laquelle ce feedback a été créé. Référence à annotation_queues.id. NULL lorsque le feedback est créé en dehors des files d’attente.
"018f1f2a-9c2b-7d3e-b5a1-8c9d2e4f6a7b"
Ne définissez pas ce champ directement. Le serveur le renseignera automatiquement.
Cette page vous a-t-elle été utile ?