Skip to content

Commit 688de63

Browse files
lcianclaude
andcommitted
fix(api): Remove redundant /api/0/ prefix from snapshots upload options path
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c482c2d commit 688de63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ impl AuthenticatedApi<'_> {
989989
project: &str,
990990
) -> ApiResult<SnapshotsUploadOptions> {
991991
let path = format!(
992-
"/api/0/projects/{}/{}/preprodartifacts/snapshots/upload-options/",
992+
"/projects/{}/{}/preprodartifacts/snapshots/upload-options/",
993993
PathArg(org),
994994
PathArg(project)
995995
);

0 commit comments

Comments
 (0)