user_storage_manage_by_name_post
Modify data in storage by key name via POST; requires confirm for writes and supports admin acting on behalf of a user.
Instructions
POST /storage/manage/{name} Изменить данные в хранилище Тег: Хранилище Спека: user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Тело запроса (text/plain) | |
| name | Yes | имя ключа | |
| confirm | No | Явное подтверждение выполнения не-GET операции. Без confirm:true в режиме rw возвращается превью запроса. | |
| user_id | No | admin acts on behalf of this user |