Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #68 from automationator/master
Browse files Browse the repository at this point in the history
Updates indicator documentation
  • Loading branch information
automationator committed Jun 4, 2019
2 parents 5333695 + baadb50 commit 9a0728a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions services/web/docs/api/indicator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Summary
-------

.. qrefflask:: project:create_app()
:endpoints: api.create_indicator, api.create_indicator_equal, api.read_indicator, api.read_indicators, api.update_indicator, api.delete_indicator, api.delete_indicator_equal
:endpoints: api.create_indicator, api.create_indicators, api.create_indicator_equal, api.read_indicator, api.read_indicators, api.update_indicator, api.delete_indicator, api.delete_indicator_equal
:order: path

Create
Expand Down Expand Up @@ -41,7 +41,8 @@ Create Multiple

**JSON Schema**

*NOTE*: This API route follows the same rules and logic as the standard Create route. The only
*NOTE*: This API route follows the same rules and logic as the standard Create route with the one exception
being that duplicate indicators are ignored and skipped instead of returning a 409 status. The only
difference in the JSON schema is that you specify a list of indicators under the **indicators** key.

.. jsonschema:: ../../project/api/schemas/indicator_bulk_create.json
Expand Down

0 comments on commit 9a0728a

Please sign in to comment.