Docs: Removed type from find annotations example. (#33399) (#33403)

This commit is contained in:
Grot (@grafanabot)
2021-04-27 08:00:43 +01:00
committed by GitHub
parent fc11be7250
commit aee6df674c
-2
View File
@@ -53,7 +53,6 @@ Content-Type: application/json
The format for `time` and `timeEnd` should be epoch numbers in millisecond resolution.
`POST /api/annotations`
**Example Request**:
@@ -72,7 +71,6 @@ Content-Type: application/json
```
also get an endId if you where creating a region. But in 6.4 regions are represented using a single event with time and
> The response for this HTTP request is slightly different in versions prior to v6.4. In prior versions you would
also get an endId if you where creating a region. But in 6.4 regions are represented using a single event with time and
timeEnd properties.