Skip to main content
POST
Produktfeedback übermitteln

Autorisierungen

Authorization
string
header
erforderlich

Public API bearer credential sent as Authorization: Bearer <token>. Use either an OAuth access token or a Hybridbox Service account token.

Pfadparameter

account_id
string<uuid>
erforderlich

Body

application/json

Authentifizierte Stelle für die Einreichung von Produkt-Feedbacks.

category
enum<string>
erforderlich
Verfügbare Optionen:
bug_report,
product_feedback,
feature_request,
other
description
string
erforderlich
Required string length: 1 - 10000
title
string
erforderlich
Required string length: 1 - 500
attributes
Attribute · object
paid_product_feature
boolean
Standard:false

Antwort

account_id
string<uuid>
erforderlich
attributes
Attribute · object
erforderlich
category
enum<string>
erforderlich
Verfügbare Optionen:
bug_report,
product_feedback,
feature_request,
other
created_at
string<date-time>
erforderlich
created_by_user_id
string<uuid>
erforderlich
description
string
erforderlich
id
string<uuid>
erforderlich
paid_product_feature
boolean
erforderlich
status
enum<string>
erforderlich
Verfügbare Optionen:
new,
triaged,
planned,
in_progress,
closed
submitter_email
string
erforderlich
submitter_name
string
erforderlich
title
string
erforderlich
updated_at
string<date-time>
erforderlich
admin_notes
string | null