GitButler Logo

Feedback

PUT
/feedback

Put Feedback

Send feedback

Request Body (Optional)

emailstring

Email address for responding

messagestring

User feedback message

contextstring

Client generated context

logsstring

Log file

repostring

Zipped repository contents

datastring

Zipped data contents

Status codeDescription
200Send feedback
401Unauthorized
404Not found
/feedback

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