POST /releases//feedback
This endpoint allows users to add feedback to a release. Admins can add internal feedback that is only visible to other admins.Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ā | Release ID |
Request Body
Example Request
Request Schema
Field | Type | Required | Description |
---|---|---|---|
message | string | ā | Feedback message |
isInternal | boolean | ā | Whether the feedback is internal (admin only) |
Responses
ā 201 - Success
ā ļø 400 - Bad Request - Validation error
ā ļø 401 - Unauthorized
ā ļø 404 - Not Found
ā 500 - Internal Server Error
Tags
Release
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Release ID
Body
application/json