RoutesSecret storesStoreidMappings
/secret-stores/{storeId}/mappings
Create a new secret mapping
AuthorizationBearer <token>
In: header
Path Parameters
storeId*string
Request Body
application/json
name*string
Match
^[a-z][a-z0-9_]*$Length
1 <= length <= 100secretIdentifier*string
Length
1 <= lengthResponse Body
application/json
curl -X POST "https://YOUR_ORG_ID.gatana.ai/api/v1/secret-stores/string/mappings" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "secretIdentifier": "string" }'{
"name": "string",
"secretIdentifier": "string",
"createdAt": "string",
"updatedAt": "string"
}