Merge pull request #51334 from thaJeztah/rename_auth

api/types/registry: rename AuthenticateOKBody to AuthResponse
This commit is contained in:
Paweł Gronowski
2025-10-29 23:51:39 +01:00
committed by GitHub
10 changed files with 87 additions and 79 deletions

View File

@@ -84,6 +84,10 @@ generate_model types/plugin <<- 'EOT'
PluginMount
EOT
generate_model types/registry <<- 'EOT'
AuthResponse
EOT
generate_model types/storage <<- 'EOT'
DriverData
RootFSStorage