Smithery

servers.secrets.update

Create or update a secret value.

Remote smithery

Other tools also called servers.secrets.update? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "body parameter"
    },
    "value": {
      "type": "string",
      "description": "body parameter"
    },
    "qualifiedName": {
      "type": "string",
      "description": "path parameter"
    }
  }
}