Update secret memo
- Print
- PDF
Update secret memo
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Edit secret notes.
The notes of a secret in the REVOKE
(deletion requested) status can't be edited.
PUT https://secretmanager.apigw.ntruss.com/api/v1/secrets/{secretId}/memo
Request
Request parameters
Parameter name | Type | Description |
---|---|---|
secretId | String | Secret ID |
Request body
{
"memo": "string"
}
Parameter name | Type | Description |
---|---|---|
memo | String | Notes |
Response
Response body
{
"code": "SUCCESS",
"data": {
"secretId": "string",
"memo": "string"
}
}
Parameter name | Type | Description |
---|---|---|
secretId | String | Secret ID |
memo | String | Notes |
Was this article helpful?