Skip to content

Commit ce41c7b

Browse files
Add oat tag for audit logs
1 parent 592b287 commit ce41c7b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/reference/api/hub/latest.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
openapi: 3.0.3
44
info:
55
title: Docker HUB API
6-
version: beta
6+
version: 2-beta
77
x-logo:
88
url: https://docs.docker.com/assets/images/logo-docker-main.png
99
href: /reference
@@ -400,6 +400,8 @@ paths:
400400
summary: List audit log actions
401401
description: |
402402
List audit log actions for a namespace to be used as a filter for querying audit log events.
403+
404+
<span class="oat"></span>
403405
operationId: AuditLogs_ListAuditActions
404406
security:
405407
- bearerAuth: []
@@ -489,7 +491,10 @@ paths:
489491
/v2/auditlogs/{account}:
490492
get:
491493
summary: List audit log events
492-
description: List audit log events for a given namespace.
494+
description: |
495+
List audit log events for a given namespace.
496+
497+
<span class="oat"></span>
493498
operationId: AuditLogs_ListAuditLogs
494499
security:
495500
- bearerAuth: []

0 commit comments

Comments
 (0)