Skip to main content
POST
Submit Inverter 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 inverter belongs to

inverter_id
string<uuid>
required

The ID of the specified inverter

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