Put the configuration for migration to \{version\}.
PUT/migrations/:version/config
✨Added in v0.32
This endpoint allows the preparation of the installation of a new appliance release. It accepts any json and stores this so that the new appliance version will find it. The new appliance version will validate the configuration and if validation succeeds use that as configuration. This helps to do upgrades where new configuration features can't be automatically migrated or are newly added. For example to migrate to v0.33.1 put the new configuration to /migrations/v0.33/config. Note that if there was a previous configuration it is overwritten.
Request
Responses
- 200
- 400
- 500
Successfully put the configuration.
bad request
internal error