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 коммит произвёл GitHub
Родитель f798da7b7a
Коммит 8f3cd43386
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

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