Changing the Decryption Passphrase

Changing the Decryption Passphrase

Changing the Decryption Passphrase

Request
URI
PUT
https://{api_host}/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

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v0/settings/decryption_passphrase