Update pad set
Renames a set. The KEY moves with it, so every persona naming the old one stops finding it
PUT /pads/sets/{id}
note
SDK method: updatePadSet
Security: authenticated (policy: platform.manage)
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
Request body (application/json)
Accepts a PadSetWrite object.
Response
200 OK — Returns a PadList object.