Documentation Index
Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
Use this file to discover all available pages before exploring further.
Feedback
Productfeedback en bugrapporten vanuit agents indienen. De voorbeelden gebruiken de A2A-codemodus. MCP biedt dezelfde codemodus via het hulpmiddelexecute.
Functies
feedback.submit
feedback.submit.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Authenticatie vereist | ja | Uitvoermodus | sync |
| Openbare API-route | POST /v1/public/accounts/{account_id}/feedback |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
category | "bug_report" | "product_feedback" | "feature_request" | "other" | ja |
description | str | ja |
title | str | ja |
attributes | {} | nee |
paid_product_feature | bool | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
account_id | str | ja |
attributes | {} | ja |
category | "bug_report" | "product_feedback" | "feature_request" | "other" | ja |
created_at | str | ja |
created_by_user_id | str | ja |
description | str | ja |
id | str | ja |
paid_product_feature | bool | ja |
status | "new" | "triaged" | "planned" | "in_progress" | "closed" | ja |
submitter_email | str | ja |
submitter_name | str | ja |
title | str | ja |
updated_at | str | ja |
admin_notes | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
Aanvraag:Respons:
MCP-voorbeeld
MCP-voorbeeld
Aanvraag:Respons: