Skip to content

Commit 7ee50fc

Browse files
committed
Fixes #96 by adding missing parameter
Example curl invocation in documentation was missing the 'api_key' parameter
1 parent 72c1619 commit 7ee50fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ enforced as of 2013-04-24.
100100
a. import via curl (could run into timeouts on large repositories,
101101
or block your webserver)
102102

103-
curl "http://host.domain.tld/mantisbt/plugin.php?page=Source/import&id=all"
103+
curl "http://host.domain.tld/mantisbt/plugin.php?page=Source/import&id=all&api_key=<YOUR_API_KEY>"
104104

105105
b. import via shell
106106

0 commit comments

Comments
 (0)