Radio Products

Update product

This endpoint allows you to update a product.

put/1/radios/{radio_product_id}

Path parameters

radio_product_idinteger required

The unique identifier (ID) of the radio product to request.

Request body

customer_namestring

Specify the name of the product

Example request

{
  "customer_name": "MyRadioProduct"
}

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.