summaryrefslogtreecommitdiffstats
path: root/src/main/thrift
diff options
context:
space:
mode:
authorSimon Rettberg2025-04-01 17:55:59 +0200
committerSimon Rettberg2025-04-01 17:55:59 +0200
commit800f5b508255bb1449cc54ded5426c56bd9ac713 (patch)
tree02cd7ba08729f4b8c8b99d01b62b483887ab24be /src/main/thrift
parentthrift: Add imagePath to ImageDetailsRead struct (diff)
downloadmaster-sync-shared-800f5b508255bb1449cc54ded5426c56bd9ac713.tar.gz
master-sync-shared-800f5b508255bb1449cc54ded5426c56bd9ac713.tar.xz
master-sync-shared-800f5b508255bb1449cc54ded5426c56bd9ac713.zip
Field belongs to version, not base image....
Diffstat (limited to 'src/main/thrift')
-rw-r--r--src/main/thrift/bwlp.thrift2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift
index d2c02b1..76c45b8 100644
--- a/src/main/thrift/bwlp.thrift
+++ b/src/main/thrift/bwlp.thrift
@@ -208,6 +208,7 @@ struct ImageVersionDetails {
8: bool isValid,
9: bool isProcessed,
10: list<string> software,
+ 11: optional string imagePath, // Null if no download permission, internal image path otherwise
}
struct ImageDetailsRead {
@@ -227,7 +228,6 @@ struct ImageDetailsRead {
15: bool isTemplate,
16: ImagePermissions defaultPermissions,
18: optional ImagePermissions userPermissions,
- 19: optional string imagePath, // Null if no download permission, internal image path otherwise
}
struct ImagePublishData {