Skip to content

Commit cf5f80e

Browse files
committed
chore(model-server): use the correct data type for tags in specs
The syntax was wrong. As this has not caused a real problem for users, this is a chore commit now.
1 parent 3ade99e commit cf5f80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model-server-openapi/specifications/model-server-v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ servers:
1616
- url: '/'
1717
description: model-server
1818
tags:
19-
- ids
19+
- name: ids
2020
paths:
2121
/v2/server-id:
2222
get:

0 commit comments

Comments
 (0)