Skip to content

Commit

Permalink
Merge pull request #3099 from craigcomstock/import-api-typo
Browse files Browse the repository at this point in the history
Small typo in import API example
  • Loading branch information
craigcomstock authored Oct 20, 2023
2 parents 1c5b330 + 751f11d commit 74b5f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/enterprise-api-ref/export-import-api.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ curl -k --user <username>:<password> \
-F file=@/path/to/file.phar \
-F encryptionKey=key \
-F skipDuplicates=1 \
'https://hub.example/index.php/data_transfer/api/analyzeImportFile'
'https://hub.example/index.php/data_transfer/api/import'
```

**Example response:**
Expand Down

0 comments on commit 74b5f8c

Please sign in to comment.