v1

latestSwagger 2.0Apache 2.02026-07-17113236428.7 KB
parameter group

copy a parameter group

copy a parameter group

post/param-groups/{paramGroupId}/copy

Path parameters

paramGroupIdstring required

parameter group id

Request body

namestring required
notestring

Example request

{
  "name": "8C16GV4_copy",
  "note": "copy param group"
}

Response

OK

codeinteger
messagestring

Example response

{
  "data": {
    "paramGroupId": "1"
  }
}