Confirmed users
241
edits
Line 409: | Line 409: | ||
* Group.create | * Group.create | ||
Example: | |||
Request: | |||
{ | |||
'name': 'test_group', | |||
'description': 'New Test Group', | |||
'user_regexp': '@mozilla\.com$', | |||
'is_active': '1' | |||
} | |||
Response: | |||
{ | |||
'id': '35' | |||
} | |||
REST Proposal: | |||
POST /group | |||
===Update info about a group=== | ===Update info about a group=== |