Skip to content

Commit

Permalink
Correct artifact upload URL in curl example
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Mason Winther <[email protected]>
  • Loading branch information
mmwinther authored Nov 26, 2024
1 parent 21c2142 commit 2267c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/documentation/guides/usage/importing-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Once you have the `$TOKEN` issued for the correct account, uploading a new Artif

```sh
# Uploading a local artifact.
curl 'https://microcks.example.com/api/artifacts/upload?mainArtifact=true' -H "Authorization: Bearer $TOKEN" -F 'file=@samples/films.graphql' -k
curl 'https://microcks.example.com/api/artifact/upload?mainArtifact=true' -H "Authorization: Bearer $TOKEN" -F 'file=@samples/films.graphql' -k
```

### Configure dependency resolution
Expand Down

0 comments on commit 2267c0b

Please sign in to comment.