Skip to main content
POST
/
customer-support
/
feedback
Create Feedback
curl --request POST \
  --url https://ds.cominty.com/customer-support/feedback \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-cominty-token: <api-key>' \
  --form 'description=<string>' \
  --form 'attachments=<string>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.cominty.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-cominty-token
string
header
required

Your Cominty API token.

Body

multipart/form-data
feedback_type
enum<string>
required

Type of feedback: idea or bug

Available options:
idea,
bug
description
string
required

Feedback description

attachments
string[]

Attachment files

Response

Successful Response

The response is of type Response Create Feedback Customer Support Feedback Post · object.