# Install a configuration, like a profile set configuration zip Endpoint: POST /configuration-install Version: 5.1.45 Security: api_key ## Request fields (application/json): - `fileReferenceId` (string, required) The reference URI of the uploaded file to be installed. This file should have been uploaded via the /fileUpload endpoint. Example: "delphix-file://upload/f_08bb469a2ddc407bb97a31e96ed0a76a/foo.bar" ## Response 200 fields (application/json): - `fileReferenceId` (string, required) The reference URI of the uploaded file to be installed. This file should have been uploaded via the /fileUpload endpoint. Example: "delphix-file://upload/f_08bb469a2ddc407bb97a31e96ed0a76a/foo.bar" - `requiresRestart` (boolean) True if the Masking Engine must be restarted for the installation to take effect, false otherwise. ## Response 400 fields ## Response 401 fields ## Response 409 fields