mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-16 17:13:01 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -8,7 +8,8 @@ module Members
|
||||
'required' => %w[source_id source_type],
|
||||
'properties' => {
|
||||
'source_id' => { 'type' => 'integer' },
|
||||
'source_type' => { 'type' => 'string' }
|
||||
'source_type' => { 'type' => 'string' },
|
||||
'invited_user_ids' => { 'type' => 'array' }
|
||||
}
|
||||
}
|
||||
end
|
||||
|
Reference in New Issue
Block a user