GitButler Logo
API Reference

Feedback

Operations about feedbacks

PUT
/feedback

Put Feedback

Send feedback

/feedback

Request Body

application/jsonOptional

emailstring

Email address for responding

messagestring

User feedback message

contextstring

Client generated context

logsstring

Log file

repostring

Zipped repository contents

datastring

Zipped data contents

curl -X PUT "https://app.gitbutler.com/api/feedback" \
  -H "Content-Type: application/json" \
  -d '{
    "email": "string",
    "message": "string",
    "context": "string",
    "logs": "string",
    "repo": "string",
    "data": "string"
  }'

Send feedback