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
All threads resolved!
5 files
+ 9
9
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -2021,7 +2021,7 @@ Input type: `AuditEventsInstanceDestinationEventsDeleteInput`
### `Mutation.auditEventsInstanceDestinationNamespaceFilterCreate`
DETAILS:
**Introduced** in GitLab 17.1.
**Introduced** in GitLab 17.2.
**Status**: Experiment.
Input type: `AuditEventsInstanceDestinationNamespaceFilterCreateInput`
@@ -2032,7 +2032,7 @@ Input type: `AuditEventsInstanceDestinationNamespaceFilterCreateInput`
| ---- | ---- | ----------- |
| <a id="mutationauditeventsinstancedestinationnamespacefiltercreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| <a id="mutationauditeventsinstancedestinationnamespacefiltercreatedestinationid"></a>`destinationId` | [`AuditEventsInstanceExternalStreamingDestinationID!`](#auditeventsinstanceexternalstreamingdestinationid) | Destination ID. |
| <a id="mutationauditeventsinstancedestinationnamespacefiltercreatenamespacepath"></a>`namespacePath` | [`String`](#string) | Full path of the namespace (only project or group). |
| <a id="mutationauditeventsinstancedestinationnamespacefiltercreatenamespacepath"></a>`namespacePath` | [`String`](#string) | Full path of the namespace. Project or group namespaces only. |
#### Fields
@@ -2045,7 +2045,7 @@ Input type: `AuditEventsInstanceDestinationNamespaceFilterCreateInput`
### `Mutation.auditEventsInstanceDestinationNamespaceFilterDelete`
DETAILS:
**Introduced** in GitLab 17.1.
**Introduced** in GitLab 17.2.
**Status**: Experiment.
Input type: `AuditEventsInstanceDestinationNamespaceFilterDeleteInput`
Loading