Skip to content
Snippets Groups Projects

Add streaming content type header info to docs

Merged Nate Rosandich requested to merge nrosandich-streaming-audit-event-json-type into master
All threads resolved!
@@ -517,7 +517,7 @@ To list streaming destinations for an instance and see the verification tokens:
@@ -517,7 +517,7 @@ To list streaming destinations for an instance and see the verification tokens:
By default, streaming destinations use a `content-type` header of `application/x-www-form-urlencoded`. However, you might want to set the `content-type` header to something else.
By default, streaming destinations use a `content-type` header of `application/x-www-form-urlencoded`. However, you might want to set the `content-type` header to something else.
For example ,`application/json`.
For example ,`application/json`.
To override the `content-type` header default value for either a top-level group streaming destination or an instance streaming definition, use either the
To override the `content-type` header default value for either a top-level group streaming destination or an instance streaming destination, use either the
[GitLab UI](#use-the-gitlab-ui-2) or using the [GraphQL API](#use-the-api-2).
[GitLab UI](#use-the-gitlab-ui-2) or using the [GraphQL API](#use-the-api-2).
## Event type filters
## Event type filters
Loading