Update a feedback option

Updates the description of an existing feedback option.

post/v1/billing/feedback_options/{id}

Path parameters

idstring required

Response

Successful response.

descriptionstring required

An arbitrary string attached to the object. Often useful for displaying to users.

idstring required

Unique identifier for the object.

livemodeboolean required

If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.

object'billing.feedback_option' required

String representing the object's type. Objects of the same type share the same value.

status'active' | 'inactive' required

The feedback option's status.

Changes