GET
Get the settings for the GoogleCast functionality.
| Responses | |
| 200 | GET successful. |
| Response (application/json): object | ||
| Member | Type | Description |
enabled | boolean | Status of GoogleCast. |
Get the settings for the GoogleCast functionality.
| Responses | |
| 200 | GET successful. |
| Response (application/json): object | ||
| Member | Type | Description |
enabled | boolean | Status of GoogleCast. |
Change the GoogleCast settings.
| Request body (application/json): object | ||
| Member | Type | Description |
enabled | boolean | Status of GoogleCast. |
| Responses | |
| 200 | PATCH successful. |