From ae38e3692e3f94db398fbbcc72b2a92963b01588 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Tue, 17 Oct 2017 07:25:42 +0800 Subject: [PATCH] Update triggers.md (#4939) --- docker-cloud/apps/triggers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-cloud/apps/triggers.md b/docker-cloud/apps/triggers.md index 7f049b4b2b..154f0ae69a 100644 --- a/docker-cloud/apps/triggers.md +++ b/docker-cloud/apps/triggers.md @@ -42,7 +42,7 @@ Docker Cloud supports two types of triggers: 6. Use the POST request URL provided to configure the webhook in your application or third party service. -## Revoking triggers +## Revoke triggers To stop a trigger from automatically scaling or redeploying, you must revoke it. @@ -54,6 +54,6 @@ To stop a trigger from automatically scaling or redeploying, you must revoke it. Once the trigger is revoked, it stops accepting requests. -## Using triggers in the API and CLI +## Use triggers in the API and CLI See our [API and CLI documentation](/apidocs/docker-cloud.md#triggers) to learn how to use triggers with our API and the CLI.