Skip to content

Commit 769921c

Browse files
Merge pull request #22270 from docker/feat/api-oat-audit-logs
feat(api): Add oat tag for audit logs
2 parents a9b3fe9 + db966f2 commit 769921c

File tree

5 files changed

+34
-2
lines changed

5 files changed

+34
-2
lines changed

content/reference/api/hub/deprecated.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: Docker Hub API v1 (deprecated)
33
keywords: kitematic, deprecated
44
title: Docker Hub API v1 (deprecated)
5+
weight: 3
56
aliases:
67
- /docker-hub/api/deprecated/
78
---

content/reference/api/hub/dvp.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ layout: api
33
description: Reference documentation and Swagger (OpenAPI) specification for the Docker Verified Publisher API.
44
linkTitle: DVP Data API
55
title: Docker Verified Publisher API reference
6+
weight: 4
67
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
description: Docker Hub API Changelog
3+
keywords: hub, api, changelog
4+
title: Docker Hub API Changelog
5+
keywords: docker hub, whats new, release notes, api, changelog
6+
weight: 2
7+
toc_min: 1
8+
toc_max: 2
9+
---
10+
11+
Here you can learn about the latest changes, new features, bug fixes, and known
12+
issues for Docker Service APIs.
13+
14+
## 2025-03-18
15+
16+
### New
17+
18+
- Add access to [audit logs](/reference/api/hub/latest/#tag/audit-logs) for org
19+
access tokens.

content/reference/api/hub/latest.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ layout: api
33
description: Reference documentation and OpenAPI specification for the Docker Hub API.
44
title: Docker Hub API reference
55
linkTitle: Docker Hub API
6+
weight: 1
67
---

content/reference/api/hub/latest.yaml

+12-2
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
@@ -20,6 +20,10 @@ servers:
2020
x-audience: public
2121
url: https://hub.docker.com
2222
tags:
23+
- name: changelog
24+
x-displayName: Changelog
25+
description: |
26+
See the [Changelog](/reference/api/hub/latest-changelog) for a summary of changes across Docker Hub API versions.
2327
- name: resources
2428
x-displayName: Resources
2529
description: |
@@ -400,6 +404,8 @@ paths:
400404
summary: List audit log actions
401405
description: |
402406
List audit log actions for a namespace to be used as a filter for querying audit log events.
407+
408+
<span class="oat"></span>
403409
operationId: AuditLogs_ListAuditActions
404410
security:
405411
- bearerAuth: []
@@ -489,7 +495,10 @@ paths:
489495
/v2/auditlogs/{account}:
490496
get:
491497
summary: List audit log events
492-
description: List audit log events for a given namespace.
498+
description: |
499+
List audit log events for a given namespace.
500+
501+
<span class="oat"></span>
493502
operationId: AuditLogs_ListAuditLogs
494503
security:
495504
- bearerAuth: []
@@ -2992,6 +3001,7 @@ components:
29923001
x-tagGroups:
29933002
- name: General
29943003
tags:
3004+
- changelog
29953005
- resources
29963006
- rate-limiting
29973007
- authentication

0 commit comments

Comments
 (0)