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:
@ -5,8 +5,9 @@ module ProjectAuthorizations
|
||||
def schema
|
||||
{
|
||||
'type' => 'object',
|
||||
'required' => %w[project_id user_ids],
|
||||
'required' => %w[user_ids],
|
||||
'properties' => {
|
||||
'project_ids' => { 'type' => 'array' },
|
||||
'project_id' => { 'type' => 'integer' },
|
||||
'user_ids' => { 'type' => 'array' }
|
||||
}
|
||||
|
Reference in New Issue
Block a user