Skip to content

Commit cc2a20e

Browse files
authored
Merge pull request #692 from modelix/fix/userRoleIdsBoolean
fix(model-server): useRoleIds is a boolean parameter
2 parents e4093e1 + fcd11a1 commit cc2a20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ paths:
299299
in: "query"
300300
required: false
301301
schema:
302-
type: string
302+
type: boolean
303303
- name: repository
304304
in: "path"
305305
required: true

0 commit comments

Comments
 (0)