Add docs for ability to specify custom alert ids (#92410)

* Add docs for ability to specify custom alert ids

* Add v1/v4
This commit is contained in:
Mike Côté 2021-02-23 11:12:47 -05:00 committed by GitHub
parent 49dee63705
commit 6c6636c12f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,13 @@ Create {kib} alerts.
[[alerts-api-create-request]]
==== Request
`POST <kibana host>:<port>/api/alerts/alert`
`POST <kibana host>:<port>/api/alerts/alert/<id>`
[[alerts-api-create-path-params]]
==== Path parameters
`<id>`::
(Optional, string) Specifies a UUID v1 or v4 to use instead of a randomly generated ID.
[[alerts-api-create-request-body]]
==== Request body