From 2267c0bd28f23b8fe7337a5a7c8d1513fb7d3446 Mon Sep 17 00:00:00 2001 From: Miles Mason Winther <42948872+mmwinther@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:13:31 +0100 Subject: [PATCH] Correct artifact upload URL in curl example Signed-off-by: Miles Mason Winther <42948872+mmwinther@users.noreply.github.com> --- content/documentation/guides/usage/importing-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/documentation/guides/usage/importing-content.md b/content/documentation/guides/usage/importing-content.md index 45c8117a..d46dfa1a 100644 --- a/content/documentation/guides/usage/importing-content.md +++ b/content/documentation/guides/usage/importing-content.md @@ -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