Skip to content

Commit 0d7ebdd

Browse files
Remove v1
1 parent 7378d17 commit 0d7ebdd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3823,7 +3823,7 @@ paths:
38233823
schema:
38243824
$ref: '#/components/schemas/BatchErrorResponse'
38253825

3826-
/v1/evaluation:
3826+
/evaluation:
38273827
post:
38283828
tags:
38293829
- evaluation
@@ -3899,7 +3899,7 @@ paths:
38993899
application/json:
39003900
schema:
39013901
$ref: "#/components/schemas/ErrorData"
3902-
/v1/evaluation/model-list:
3902+
/evaluation/model-list:
39033903
get:
39043904
tags:
39053905
- evaluation
@@ -3937,7 +3937,7 @@ paths:
39373937
application/json:
39383938
schema:
39393939
$ref: "#/components/schemas/ErrorData"
3940-
/v1/evaluations:
3940+
/evaluations:
39413941
get:
39423942
tags:
39433943
- evaluation
@@ -3984,7 +3984,7 @@ paths:
39843984
schema:
39853985
$ref: "#/components/schemas/ErrorData"
39863986

3987-
/v1/evaluation/{id}:
3987+
/evaluation/{id}:
39883988
get:
39893989
tags:
39903990
- evaluation
@@ -4016,7 +4016,7 @@ paths:
40164016
schema:
40174017
$ref: "#/components/schemas/ErrorData"
40184018

4019-
/v1/evaluation/{id}/status:
4019+
/evaluation/{id}/status:
40204020
get:
40214021
tags:
40224022
- evaluation
@@ -4059,7 +4059,7 @@ paths:
40594059
schema:
40604060
$ref: "#/components/schemas/ErrorData"
40614061

4062-
/v1/evaluation/{id}/update:
4062+
/evaluation/{id}/update:
40634063
post:
40644064
tags:
40654065
- evaluation

0 commit comments

Comments
 (0)