Update Memo
- Print
- PDF
Update Memo
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
PUT /kms/v1/keys/{keyTag}/memo
Edit the notes for a key.
Request
Request parameters
Parameter Name | Type | Additional Information |
---|---|---|
x-ncp-apigw-timestamp | Header(Required) | |
x-ncp-apigw-signature-v2 | Header(Required) | |
x-ncp-iam-access-key | Header(Required) | |
keyTag | Path(Required) | |
memo | Body: String | Up to 200 Bytes |
Request body example
{
"memo": "string"
}
Response
Response body
{
"code": "SUCCESS",
"data": {
"keyTag": "string",
"memo": "string"
}
}
Was this article helpful?