Add auditEventsStreamingHeadersDestroy Mutation
All threads resolved!
All threads resolved!
Compare changes
@@ -166,6 +166,18 @@ mutation {
auditEventsStreamingHeadersDestroy
to destroy a custom header on a streaming destination.These are strongly recommended to assist reviewers and reduce the time to merge your change.
streaming_audit_event_headers
feature flag.mutation {
auditEventsStreamingHeadersCreate(input: { destinationId: "gid://gitlab/AuditEvents::ExternalAuditEventDestination/ID GOES HERE", key: "X-Foo", value: "bar" }) {
errors
clientMutationId
header {
id
value
key
}
}
}
mutation {
auditEventsStreamingHeadersDestroy(input: { headerId: "gid://gitlab/AuditEvents::Streaming::Header/7" }) {
errors
clientMutationId
}
}
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #361217 (closed)