v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Param Store

Update Param Store

post/console/v1/param_stores/{name}

Path parameters

namestring required

Request body

descriptionstring

Param Store Description

Response

Update param store

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Param Store read successfully.",
  "data": {
    "id": "6O13wytnLL1Lss5QgUSAeu",
    "name": "param 1",
    "displayName": "param 1",
    "description": "",
    "createdTime": 1734618662756,
    "creatorID": "5O908pyGoCqw6QH1nt8v82",
    "lastModifierID": "5O908pyGoCqw6QH1nt8v82",
    "parameters": [
      {
        "name": "prm1",
        "ref_type": "static",
        "param_type": "boolean",
        "value": false
      },
      {
        "name": "prm2",
        "ref_type": "static",
        "param_type": "boolean",
        "value": false
      }
    ]
  }
}