Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Remove old note about http trigger impl
Browse files Browse the repository at this point in the history
  • Loading branch information
briancain committed Feb 7, 2022
1 parent e6034c0 commit daa3d92
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions website/content/docs/triggers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@ Note that creating a trigger does not validate the existence of a Project or
Application. This validation happens at execution time. If you have made a mistake
or typo, you can easily modify an existing trigger with `waypoint trigger update`.

~> **NOTE**: In the future, once the HTTP implementation has been released, this
command will return a full HTTP URL that Waypoint server will be able to accept requests
with for executing this operation.

For now, you can use this ID to make a request to Waypoint server to execute the
trigger.
Once a trigger has been created, you can make an HTTP request against the given
trigger URL to start and queue a job on Waypoint server.

## Modifying an existing Trigger URL Configuration

Expand Down

0 comments on commit daa3d92

Please sign in to comment.