aboutsummaryrefslogtreecommitdiffstats
path: root/interior.go
diff options
context:
space:
mode:
Diffstat (limited to 'interior.go')
-rw-r--r--interior.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/interior.go b/interior.go
index 19417e5..b1cdce7 100644
--- a/interior.go
+++ b/interior.go
@@ -26,7 +26,7 @@ func (s InteriorValidationStatus) IsFinal() bool {
// validateInteriorReq is the json body of a /validate-interior/ request.
type validateInteriorReq struct {
SrcUrl string `json:"source_url"`
- PkgId PkgId `json:"pod_package_id"`
+ Mfg PkgId `json:"pod_package_id"`
}
// validateInteriorReq is the json body of a /validate-interior/ request without the optional pod_package_id.