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