From 8da290cd2da099caebbcfee4cddc32d13119ec1f Mon Sep 17 00:00:00 2001 From: Ursula Kallio Date: Thu, 25 Aug 2022 18:05:22 +0200 Subject: [PATCH] Use backticks for code syntax. (#6967) * Use backticks for code syntax. * Fix for real. :) --- docs/sources/api/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/api/_index.md b/docs/sources/api/_index.md index 0984f8e82e..0c20b67041 100644 --- a/docs/sources/api/_index.md +++ b/docs/sources/api/_index.md @@ -1036,7 +1036,7 @@ Query parameters: * `query=`: query argument that identifies the streams from which to delete with optional line filters. * `start=`: A timestamp that identifies the start of the time window within which entries will be deleted. This parameter is required. * `end=`: A timestamp that identifies the end of the time window within which entries will be deleted. If not specified, defaults to the current time. -* `max_interval=`: The maximum time period the delete request can span. If the request is larger than this value, it is split into several requests of <= `max_interval`. Valid time units are "s", "m", "h". +* `max_interval=`: The maximum time period the delete request can span. If the request is larger than this value, it is split into several requests of <= `max_interval`. Valid time units are `s`, `m`, and `h`. A 204 response indicates success.