Compare commits

...

1 Commits

View File

@@ -143,7 +143,7 @@ components:
paused: paused:
type: boolean type: boolean
description: Whether the web page change monitor (watch) is paused description: Whether the web page change monitor (watch) is paused
muted: notification_muted:
type: boolean type: boolean
description: Whether notifications are muted description: Whether notifications are muted
method: method:
@@ -207,7 +207,7 @@ components:
maxLength: 5000 maxLength: 5000
notification_format: notification_format:
type: string type: string
enum: [Text, HTML, Markdown] enum: ['Plain Text', 'HTML', 'HTML Color', 'Markdown to HTML', 'System default']
description: Format for notifications description: Format for notifications
track_ldjson_price_data: track_ldjson_price_data:
type: boolean type: boolean
@@ -406,7 +406,7 @@ paths:
page_title: "The HTML <title> from the page" page_title: "The HTML <title> from the page"
tags: ["550e8400-e29b-41d4-a716-446655440000"] tags: ["550e8400-e29b-41d4-a716-446655440000"]
paused: false paused: false
muted: false notification_muted: false
method: "GET" method: "GET"
fetch_backend: "html_requests" fetch_backend: "html_requests"
last_checked: 1640995200 last_checked: 1640995200
@@ -419,7 +419,7 @@ paths:
page_title: "The HTML <title> from the page" page_title: "The HTML <title> from the page"
tags: ["330e8400-e29b-41d4-a716-446655440001"] tags: ["330e8400-e29b-41d4-a716-446655440001"]
paused: false paused: false
muted: true notification_muted: true
method: "GET" method: "GET"
fetch_backend: "html_webdriver" fetch_backend: "html_webdriver"
last_checked: 1640998800 last_checked: 1640998800
@@ -1224,7 +1224,7 @@ paths:
title: "Example Website Monitor" title: "Example Website Monitor"
tags: ["550e8400-e29b-41d4-a716-446655440000"] tags: ["550e8400-e29b-41d4-a716-446655440000"]
paused: false paused: false
muted: false notification_muted: false
/import: /import:
post: post: