Skip to content

Commit

Permalink
CIRC-2141 Add back Title in schema for requestLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
JanisSaldabols committed Oct 3, 2024
1 parent 52626b1 commit 4235837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ramls/request.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"requestLevel": {
"description": "Level of the request - Item or Title",
"type": "string",
"enum": ["Item"]
"enum": ["Item", "Title"]
},
"requestDate": {
"description": "Date the request was made",
Expand Down

0 comments on commit 4235837

Please sign in to comment.