Endpoint

/v1/file-system/security/keys/{key_ref}/key-replacement-challenge

GET

Get file system public key replacement challenge by using the name or identifier of the specified key.

Parameters

Name Description Required
key_ref The name or identifier of the key for which to get a security challenge for key replacement. Yes

Response

Codes

Code Description
200 Return value on success

Schema

{
  "description": "api_change_lock_key_replace_challenge",
  "type": "object",
  "properties": {
    "challenge": {
      "description": "The security challenge for replacing the specified key.",
      "type": "string"
    }
  }
}