set_profile_parameter
Writes a raw parameter into the current OBS profile's .ini configuration. Pass null as value to delete the parameter; prefer dedicated requests when available.
Instructions
Write a raw parameter into the current profile's .ini configuration. Advanced/low-level — prefer a dedicated request when one exists.
Args: category: Config category, e.g. "Output". name: Parameter name within that category. value: New value, or None to delete the parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| value | Yes | ||
| category | Yes |