Add Feedback to Release
Release
Add Feedback to Release
POST /releases//feedback
POST
Add Feedback to Release
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
This endpoint allows users to add feedback to a release. Admins can add internal feedback that is only visible to other admins. API Key Support: When using API keys, you can optionally specify afromUserId to attribute the feedback to a specific user in the workspace. The specified user must exist, be active, and have access to the release.
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Release ID
Body
application/json
Feedback message
Whether the feedback is internal (admin only)
Optional: TenantUserId to attribute the feedback to. If not provided, defaults to the authenticated user. The specified user must exist in the workspace, be active, and have access to the release.