Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-04-20 12:15:11 +00:00
parent 624958a5b8
commit af2ecf52c5
5 changed files with 44 additions and 33 deletions

View File

@ -9,6 +9,7 @@ module WorkItems
'properties' => {
'id' => { 'type' => 'integer' },
'namespace_id' => { 'type' => 'integer' },
'previous_work_item_parent_id' => { 'type' => 'integer' },
'updated_attributes' => {
'type' => 'array',
'items' => {