Skip to content

Commit

Permalink
MODSOURMAN-1203 Fix raml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrokrutii committed Aug 27, 2024
1 parent 2a20acf commit 9a0a116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ramls/source-record-storage-test-records.raml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ traits:
validate: !include raml-storage/raml-util/traits/validation.raml

/source-storage/populate-test-marc-records:
deprecated: true
post:
description: A non-production endpoint to populate MARC records for testing purposes. Available only in case deployment tenant parameter "loadSample" is set to true
description: |
**Deprecated** A non-production endpoint to populate MARC records for testing purposes. Available only in case deployment tenant parameter "loadSample" is set to true
is: [validate]
body:
application/json:
Expand Down

0 comments on commit 9a0a116

Please sign in to comment.