SecretsName
Set Secret Value
Put secret with specified name to keyring
Path Parameters
name*string
Secret name
Length
1 <= lengthRequest Body
application/json
body*string
Secret value
Length
1 <= lengthResponse Body
application/json
application/json
curl -X PUT "https://eventum.example.com/api/secrets/string" \ -H "Content-Type: application/json" \ -d 'string'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Empty