Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-10-28 15:24:31 +00:00
parent 2fb61152d1
commit 28e5c51ff0
45 changed files with 974 additions and 142 deletions

View File

@ -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