Changing the Decryption Passphrase

Changing the Decryption Passphrase

Changing the Decryption Passphrase

Request
URI
PUT
https://{opsmanager-installation}//api/v0/settings/decryption_passphrase
COPY
Request Body
DecryptionPassphrase of type(s) application/json
Optional
{
    "decryption_passphrase": {
        "current_passphrase": "string",
        "new_passphrase": "string",
        "new_passphrase_confirmation": "string"
    }
}
decryption_passphrase
Optional

decryption_passphrase

Responses
200

OK

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

422

Unprocessible Entity

Operation doesn't return any data structure