We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567b86d commit f2516bbCopy full SHA for f2516bb
1 file changed
src/api/mod.rs
@@ -994,7 +994,7 @@ impl AuthenticatedApi<'_> {
994
&self,
995
org: &str,
996
project: &str,
997
- ) -> ApiResult<SnapshotUploadOptions> {
+ ) -> ApiResult<SnapshotsUploadOptions> {
998
let path = format!(
999
"/api/0/projects/{}/{}/preprodartifacts/snapshots/upload-options/",
1000
PathArg(org),
@@ -1990,7 +1990,7 @@ pub struct LogEntry {
1990
/// Upload options returned by the snapshots upload-options endpoint.
1991
#[derive(Debug, Deserialize)]
1992
#[serde(rename_all = "camelCase")]
1993
-pub struct SnapshotUploadOptions {
+pub struct SnapshotsUploadOptions {
1994
pub objectstore: ObjectstoreUploadOptions,
1995
}
1996
0 commit comments