Skip to content

Commit

Permalink
MODINVSTOR-1230: remove range ids UUID validation from request body (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mukhiddin-yusuf authored Aug 21, 2024
1 parent b7de2c3 commit 8eb99b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ramls/reindex-records/publishReindexRecords.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@
"properties": {
"from": {
"type": "string",
"description": "UUID of the first record",
"$ref": "../uuid.json"
"description": "UUID of the first record"
},
"to": {
"type": "string",
"description": "UUID of the last record",
"$ref": "../uuid.json"
"description": "UUID of the last record"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 8eb99b7

Please sign in to comment.