Skip to content
Snippets Groups Projects

Integrate listing of existing custom headers into custom headers form for streaming audit events

All threads resolved!
4 files
+ 14
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -7,7 +7,8 @@ def schema
@@ -7,7 +7,8 @@ def schema
'type' => 'object',
'type' => 'object',
'properties' => {
'properties' => {
'project_id' => { 'type' => 'integer' },
'project_id' => { 'type' => 'integer' },
'namespace_id' => { 'type' => 'integer' }
'namespace_id' => { 'type' => 'integer' },
 
'root_namespace_id' => { 'type' => 'integer' }
},
},
'required' => %w[project_id namespace_id]
'required' => %w[project_id namespace_id]
}
}
Loading