Fix bugs, mostly related to date formatting.
This commit is contained in:
parent
ddf5f2053c
commit
3542a520f5
11 changed files with 42 additions and 40 deletions
|
@ -37,7 +37,6 @@ class OrganizationTeam(ApiResource):
|
|||
'description': 'Description of a team',
|
||||
'required': [
|
||||
'role',
|
||||
'description',
|
||||
],
|
||||
'properties': {
|
||||
'role': {
|
||||
|
|
Reference in a new issue