user_storage_manage_by_name_put
Creates or updates a storage entry under the specified key. Use it to write text data to user storage; set confirm:true to apply the mutation.
Instructions
PUT /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 |