v1

latestOpenAPI 3.1.02026-07-241280174.1 KB

Update

Secrets

post/v3/configs/config/secrets

Request body

projectstring required

Unique identifier for the project object.

configstring required

Name of the config object.

Response

200

Example response

{
  "secrets": {
    "STRIPE": {
      "raw": "sk_test_9YxLnoLDdvOPn2dfjBVPB",
      "computed": "sk_test_9YxLnoLDdvOPn2dfjBVPB"
    },
    "ALGOLIA": {
      "raw": "N9TOPUCTO",
      "computed": "N9TOPUCTO"
    },
    "DATABASE": {
      "raw": "${USER}@aws.dynamodb.com:9876",
      "computed": "brian@aws.dynamodb.com:9876"
    }
  }
}