rename person type
This commit is contained in:
committed by
Daniel Hutzel
parent
49b8f4ef95
commit
9a63f406ec
@@ -32,7 +32,7 @@ service Users {
|
||||
roles : array of String(111);
|
||||
level : Integer;
|
||||
mockedToken : String(500);
|
||||
email : my.Persone.email;
|
||||
ID : my.Persone.ID
|
||||
email : my.Person.email;
|
||||
ID : my.Person.ID
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user