Add roles
attribute to Account entities in REST API (#23255)
This commit is contained in:
parent
e5ae75bf6a
commit
13a2abacc8
3 changed files with 23 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
Fabricator(:user_role) do
|
||||
name "MyString"
|
||||
color "MyString"
|
||||
permissions ""
|
||||
end
|
||||
color ""
|
||||
permissions 0
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue