Eventum Logo

Eventum

SecretsName

Set Secret Value

Put secret with specified name to keyring

PUT
/secrets/{name}

Path Parameters

name*Name

Secret name

Length1 <= length

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

body*Value

Secret value

Length1 <= length

Response 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