public
SecretStore
Update the Secret Store.
patch/orgs/{orgId}/secretstores/{storeId}
Path parameters
orgIdstring required
The Organization ID.
storeIdstring required
The Secret Store ID.
Request body
Example request
{
"awssm": {
"auth": {
"secret_access_key": "s0mE_te$t_wrIte_kee"
},
"region": "us-east-1"
},
"primary": true
}Response
Secret Store successfully updated.
Example response
{
"created_at": "2020-06-22T09:37:23.523Z",
"updated_at": "2020-06-22T09:37:23.523Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.