curl --location --request PUT '/api/radius/attribute/' \
--header 'Content-Type: application/json' \
--data-raw '{
"manufacturer_id": "3b067a90-abc5-4a80-99ce-bc247f03e7dd",
"description": "new description",
"default_value": null,
"read_only": false
}'{
"id": "4f90a60e-e3ee-4dc5-b589-82c10ddf9d73",
"name": "User-Name",
"description": "Identifies the username being authenticated. It is one of the most important attributes, present in almost all authentication requests.",
"manufacturer": {
"id": "a6c3b4ba-5645-449c-adba-ce9772637c13",
"name": "RFC",
"read_only": true,
"status": true
},
"default_value": null,
"read_only": true,
"status": true
}