Eventum Logo

Eventum

SecretsName

Set Secret Value

Put secret with specified name to keyring

PUT
/secrets/{name}

Path Parameters

name*string

Secret name

Length1 <= length

Request Body

application/json

body*string

Secret value

Length1 <= length

Response 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