1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Correct versioning in "Enabling audit log streaming for API requests" (#38993)

This commit is contained in:
Rachael Rose Renk
2023-07-24 09:03:39 -06:00
committed by GitHub
parent f798da7b7a
commit 8f3cd43386
2 changed files with 6 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ intro: 'You can stream audit and Git events data from {% data variables.product.
versions:
feature: audit-log-streaming
ghec: '*'
ghes: '>=3.9'
type: tutorial
topics:
- Auditing
@@ -282,7 +281,7 @@ When the application is ready to receive audit logs again, click **Resume stream
1. A confirmation message is displayed. Click **Delete stream** to confirm.
{% ifversion ghec %}
{% ifversion audit-log-streaming-for-api %}
## Enabling audit log streaming of API requests

View File

@@ -0,0 +1,5 @@
# Reference: #35678
# Documentation for enabling audit log streaming for API requests:
versions:
fpt: '*'
ghec: '*'