v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Keys

Update Key

patch/console/v1/keys/{id}

Path parameters

idstring required

Request body

descriptionstring
scopesstring[]
environmentsstring[]
targetAppIDstring nullable
secondaryTargetAppIDsstring[] nullable

Response

Key updated successfully

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Key updated successfully.",
  "data": {
    "environments": [
      "staging"
    ],
    "targetAppID": "primaryApp",
    "secondaryTargetAppIDs": null
  }
}