Skip to content

Commit

Permalink
Merge pull request #40 from folio-org/MODFQMMGR-137
Browse files Browse the repository at this point in the history
MODFQMMGR-137: Change query result id from UUID to string array
  • Loading branch information
bvsharp authored Feb 14, 2024
2 parents f44b4c2 + d35c031 commit 7d84dfc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/resources/swagger.api/schemas/query.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,10 @@
"description": "Ids to retrieve results for",
"type": "array",
"items": {
"type": "string",
"format": "UUID"
"type": "array",
"items": {
"type": "string"
}
}
}
},
Expand Down

0 comments on commit 7d84dfc

Please sign in to comment.