Config Store Secrets

Create Config Store Secret

Creates a secret for a Config Store.

post/v2/control-planes/{controlPlaneId}/config-stores/{configStoreId}/secrets

Request body

keystring required
valuestring required

Response

Config Store Secret

keystring nullable
valuestring nullable
created_atstring date-time

An ISO-8601 timestamp representation of entity creation date.

updated_atstring date-time

An ISO-8601 timestamp representation of entity update date.

Example response

{
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z"
}

Changes

Changed in 2 of the 52 revisions of this API.11

    • added the new type enum value to the /////// response property for the response status

      response-property-enum-value-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added