Skip to main content
POST
Submit Heat Pump Explainer Feedback

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

org_id
string<uuid>
required

The organization ID of the user's organization

user_id
string<uuid>
required

The user ID of the user whom the heat pump belongs to

heat_pump_id
string<uuid>
required

The ID of the specified heat pump

explainer_id
string<uuid>
required

The ID of the explainer being rated

Body

application/json

Body for the explainer feedback endpoint. reason is sent only on negative feedback and must be one of the closed ExplainerFeedbackReason codes (an unknown code → 422).

helpful
boolean
required
reason
enum<string> | null

Closed set of reasons a user can give for rating an explainer unhelpful. Stored as the stable code (never the localized label) so persistence stays language-independent.

Available options:
wrong_language,
confusing,
disagree_with_steering

Response

200

OK