Skip to content

Commit

Permalink
API - Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Dec 3, 2023
1 parent c086ec0 commit 824748d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion changedetectionio/api/api_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def __init__(self, **kwargs):
@auth.check_token
def post(self):
"""
@api {post} /api/v1/import - Import a list of watched URLs
@api {post} /api/v1/import Import a list of watched URLs
@apiDescription Accepts a line-feed separated list of URLs to import, additionally with ?tag_uuids=(tag id), ?tag=(name), ?proxy={key}, ?dedupe=true (default true) one URL per line.
@apiExample {curl} Example usage:
curl http://localhost:5000/api/v1/import --data-binary @list-of-sites.txt -H"x-api-key:8a111a21bc2f8f1dd9b9353bbd46049a"
Expand Down
Loading

0 comments on commit 824748d

Please sign in to comment.