Skip to content

Commit

Permalink
oxford comma
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Jan 16, 2025
1 parent a470fe9 commit 954d62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/betteruptime_monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ https://betterstack.com/docs/uptime/api/monitors/
- **request_body** (String) Request body for POST, PUT, PATCH requests. Required if monitor_type is set to dns (domain to query the DNS server with).
- **request_headers** (List of Map of String) An array of request headers, consisting of name and value pairs
- **request_timeout** (Number) How long to wait before timing out the request?
- For Server and Port monitors (types `ping`, `tcp`, `udp`, `smtp`, `pop`, `imap`, and `dns`) the timeout is specified in *milliseconds*. Valid options: 500, 1000, 2000, 3000, 5000.
- For Server and Port monitors (types `ping`, `tcp`, `udp`, `smtp`, `pop`, `imap` and `dns`) the timeout is specified in *milliseconds*. Valid options: 500, 1000, 2000, 3000, 5000.
- For Playwright monitors (type `playwright`), this determines the Playwright scenario timeout instead in *seconds*. Valid options: 15, 30, 45, 60.
- For all other monitors, the timeout is specified in *seconds*. Valid options: 2, 3, 5, 10, 15, 30, 45, 60.
- **required_keyword** (String) Required if monitor_type is set to keyword or udp. We will create a new incident if this keyword is missing on your page.
Expand Down

0 comments on commit 954d62e

Please sign in to comment.