Skip to content
Snippets Groups Projects

Adding create and delete apis for instance namespace filters

Merged Hitesh Raghuvanshi requested to merge 436613-instance-namespace-apis into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -13,7 +13,7 @@ class Create < Base
argument :namespace_path, GraphQL::Types::String,
required: false,
description: 'Full path of the namespace (only project or group).'
description: 'Full path of the namespace. Project or group namespaces only.'
field :namespace_filter, ::Types::AuditEvents::Instance::NamespaceFilterType,
null: true,
Loading