RoutesSecret storesId
/secret-stores/{id}
Update a secret store
AuthorizationBearer <token>
In: header
Path Parameters
id*string
Request Body
application/json
name?string
Match
^[a-z][a-z0-9_]*$Length
1 <= length <= 100configuration?||||
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"
}