From 29ff5d3d911e047ad4f442b7338705835491ad23 Mon Sep 17 00:00:00 2001 From: escoand Date: Fri, 15 Mar 2019 08:46:53 +0100 Subject: [PATCH] describe new attributes for rest notify (#8935) --- source/_components/notify.rest.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/_components/notify.rest.markdown b/source/_components/notify.rest.markdown index e31d35a89c2..0a6876b178e 100644 --- a/source/_components/notify.rest.markdown +++ b/source/_components/notify.rest.markdown @@ -39,6 +39,24 @@ method: required: false default: GET type: string +verify_ssl: + description: Verify the SSL certificate of the endpoint. + required: false + type: boolean + default: True +authentication: + description: Type of the HTTP authentication. `basic` or `digest`. + required: false + default: basic + type: string +username: + description: The username for accessing the REST endpoint. + required: false + type: string +password: + description: The password for accessing the REST endpoint. + required: false + type: string headers: description: The headers for the request. required: false