Skip to content

Commit 0be71de

Browse files
fix: update version example (#723)
1 parent b16ee88 commit 0be71de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/common.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,13 @@ schemas:
213213
type: "string"
214214
description: "Requested API version"
215215
pattern: "^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$"
216-
example: "2021-06-04"
216+
example: "2024-10-15"
217217

218218
ActualVersion:
219219
type: string
220220
description: Resolved API version
221221
pattern: "^((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?)$"
222-
example: "2021-06-04"
222+
example: "2024-10-15"
223223

224224
JobAttributes:
225225
type: object
@@ -391,7 +391,7 @@ parameters:
391391
in: query
392392
required: true
393393
description: The requested version of the endpoint to process the request
394-
example: "2021-06-04"
394+
example: "2024-10-15"
395395
schema: { $ref: "#/schemas/QueryVersion" }
396396

397397
MetaCount:

0 commit comments

Comments
 (0)