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