---
title: "Update notification radio product"
method: PUT
path: "/1/radios/{radio_product_id}/notification"
tags: ["Notifications"]
---

# Update notification radio product

`PUT /1/radios/{radio_product_id}/notification`

This endpoint allows you to update a notification for radio product.

## Path parameters

- `radio_product_id` integer, required

## Request body

- object
  - `end_hour` string — Specify the last hour of the day to receive notification
  - `is_enabled` boolean — Specify if the notification is enabled
  - `is_friday` boolean — Specify if the notification can be sent the friday
  - `is_mail` boolean — Specify if the notification will be sent by mail
  - `is_monday` boolean — Specify if the notification can be sent the monday
  - `is_saturday` boolean — Specify if the notification can be sent the saturday
  - `is_sms` boolean — Specify if the notification will be sent by sms
  - `is_sunday` boolean — Specify if the notification can be sent the sunday
  - `is_thursday` boolean — Specify if the notification can be sent the thursday
  - `is_tuesday` boolean — Specify if the notification can be sent the tuesday
  - `is_wednesday` boolean — Specify if the notification can be sent the wednesday
  - `start_hour` string — Specify the begin hour of the day to receive notification
  - `users` string, nullable — Specify the list of account id will receive the notification

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` boolean

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/158a854b0c7d/schema)
