Skip to content

Commit

Permalink
update api docs (influxdata#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Cook authored Aug 24, 2016
1 parent 1a0f8dd commit d2e89c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ A task is defined by its id, type, TICKscript, and list of database retention po

### Define Task

To define a task POST to the `/kapacitor/v1/tasks/` endpoint.
To define a task POST to the `/kapacitor/v1/tasks` endpoint.
If a task already exists then use the `PATCH` method to modify any property of the task.

Define a task using a JSON object with the following options:
Expand Down Expand Up @@ -517,7 +517,7 @@ A task template is defined by a template TICKscript, and a task type.

### Define Templates

To define a template POST to the `/kapacitor/v1/templates/` endpoint.
To define a template POST to the `/kapacitor/v1/templates` endpoint.
If a template already exists then use the `PATCH` method to modify any property of the template.

Define a template using a JSON object with the following options:
Expand Down

0 comments on commit d2e89c8

Please sign in to comment.