Gatana Documentation
RoutesSecret storesId

/secret-stores/{id}

Update a secret store

PATCH
/secret-stores/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

name?string
Match^[a-z][a-z0-9_]*$
Length1 <= length <= 100
configuration?||||
isEnabled?boolean

Response Body

application/json

curl -X PATCH "https://YOUR_ORG_ID.gatana.ai/api/v1/secret-stores/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "string",
  "name": "string",
  "type": "aws_secrets_manager",
  "isEnabled": true,
  "createdAt": "string",
  "updatedAt": "string"
}