mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-24 10:48:49 +02:00
* Fixes #256: make path `user group` modifiable and add `comment` attribute` Add changelog fragment * Update changelogs/fragments/257-make-user_group-modifiable.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
d1401bdb58
commit
542a362cee
2 changed files with 3 additions and 1 deletions
2
changelogs/fragments/257-make-user_group-modifiable.yml
Normal file
2
changelogs/fragments/257-make-user_group-modifiable.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - make path ``user group`` modifiable and add ``comment`` attribute (https://github.com/ansible-collections/community.routeros/issues/256, https://github.com/ansible-collections/community.routeros/pull/257).
|
|
@ -4117,10 +4117,10 @@ PATHS = {
|
|||
),
|
||||
('user', 'group'): APIData(
|
||||
unversioned=VersionedAPIData(
|
||||
fixed_entries=True,
|
||||
primary_keys=('name', ),
|
||||
fully_understood=True,
|
||||
fields={
|
||||
'comment': KeyInfo(can_disable=True, remove_value=''),
|
||||
'name': KeyInfo(),
|
||||
'policy': KeyInfo(),
|
||||
'skin': KeyInfo(default='default'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue