### Add a RADIUS attribute to a plan

`POST /api/v1/profiles/{id}/radius-attrs`

Adds one reply attribute. Attributes set here ride on every session of every subscriber on the plan.

- Authentication: manager session (JWT) or API token
- Permission: `prm_profiles_radius_attributes` (Manage RADIUS attributes)
- Risk: write
- Rate limit bucket: `t_mutate`

#### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `id` | path | integer | yes | Plan id. |

