File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments