v51

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-01308532588.1 KB
Feedback-definitions

Update feedback definition by id

Update feedback definition by id

put/v1/private/feedback-definitions/{id}

Path parameters

idstring uuid required

Request body

idstring uuid
namestring required
descriptionstring

Optional description for the feedback definition

type'numerical' | 'categorical' | 'boolean' required

Example request

{
  "description": "This feedback definition is used to rate response quality"
}

Response

No Content