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
Example request
{
"customer_name": "MyRadioProduct"
}Response
OK
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.