cigchat_flow_update_user_field
Update a user field's name or display type in a cig.chat flow. Specify the field by namespace ID or exact name to change its label or visibility (default, pin, hidden).
Instructions
Update user field name or display_type [POST /flow/update-user-field] Requires the "Manage Flow" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| var_ns | Yes | Accepts either the user_field namespace id or the user_field's exact name — the server resolves names automatically. | |
| display_type | No | default, pin, hidden |