From da4f90ce0dd999981abcde93b60ce9a0272976e0 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Fri, 13 Oct 2017 15:05:56 -0700 Subject: [PATCH] updated headings levels, added new (#4955) Signed-off-by: Victoria Bialas --- docker-cloud/apps/triggers.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-cloud/apps/triggers.md b/docker-cloud/apps/triggers.md index ceb93bca9e..7f049b4b2b 100644 --- a/docker-cloud/apps/triggers.md +++ b/docker-cloud/apps/triggers.md @@ -6,6 +6,8 @@ redirect_from: title: Use triggers --- +## What are triggers? + **Triggers** are API endpoints that redeploy or scale a specific service whenever a `POST` HTTP request is sent to them. You can create one or more triggers per service. @@ -17,8 +19,7 @@ keep their URLs secret. The body of the `POST` request is passed in to the new containers as an environment variable called `DOCKERCLOUD_TRIGGER_BODY`. - -#### Trigger types +### Trigger types Docker Cloud supports two types of triggers: