Gatana Documentation
RoutesSecret storesStoreidMappingsMappingname

/secret-stores/{storeId}/mappings/{mappingName}

Update a secret mapping

PATCH
/secret-stores/{storeId}/mappings/{mappingName}
AuthorizationBearer <token>

In: header

Path Parameters

storeId*string
mappingName*string

Request Body

application/json

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

Response Body

application/json

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