diff --git a/models.gen.go b/models.gen.go index e59f7eb..7fb482f 100644 --- a/models.gen.go +++ b/models.gen.go @@ -2972,7 +2972,7 @@ type AuthRegistryRequestParams struct { // Account Username used for `docker login` Account *string `form:"account,omitempty" json:"account,omitempty"` - // Service Service requesting the JTW token + // Service Service requesting the JWT token Service *string `form:"service,omitempty" json:"service,omitempty"` // Scope Multi-value string containing the repository being access and the operation type (push/pull) diff --git a/spec.json b/spec.json index 5099365..c00a940 100644 --- a/spec.json +++ b/spec.json @@ -3808,7 +3808,7 @@ }, "style" : "form" }, { - "description" : "Service requesting the JTW token", + "description" : "Service requesting the JWT token", "explode" : true, "in" : "query", "name" : "service",