Skip to content

Commit

Permalink
CIRC-2141 Add itemLocationCode to request object schema
Browse files Browse the repository at this point in the history
  • Loading branch information
JanisSaldabols committed Sep 19, 2024
1 parent 7e55ac9 commit 000869e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ramls/request.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@
"description": "Request fields used for search",
"type": "object",
"$ref": "request-search-index.json"
},
"itemLocationCode": {
"description": "Allow specifying item location when creating title-level requests",
"type": "string"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 000869e

Please sign in to comment.