diff --git a/ramls/release-encumbrance.raml b/ramls/release-encumbrance.raml
index 8d73b01c..a513817d 100644
--- a/ramls/release-encumbrance.raml
+++ b/ramls/release-encumbrance.raml
@@ -9,7 +9,7 @@ documentation:
- title: Release encumbrance API
content: |
This documents the API calls that release any remaining money encumbered back to the budget's available pool.
- It should only be used by the UI, and only to release a single encumbrance - batch-all-or-nothing should be used otherwise.
+ It should only be used by the UI, and only to release a single encumbrance - batch-all-or-nothing should be used otherwise.
types:
errors: !include raml-util/schemas/errors.schema
@@ -28,10 +28,10 @@ traits:
displayName: Finance release encumbrance
description: |
Finance release encumbrance APIs.
- It should only be used by the UI, and only to release a single encumbrance - batch-all-or-nothing should be used otherwise.
+ It should only be used by the UI, and only to release a single encumbrance - batch-all-or-nothing should be used otherwise.
post:
is: [validate]
- description: Release encumbrance (use only in UI for a single encumbrance - use batch-all-or-nothing otherwise)
+ description: Release encumbrance (use only in UI for a single encumbrance - use batch-all-or-nothing otherwise)
responses:
204:
description: "Encumbrance successfully released"
diff --git a/ramls/transaction.raml b/ramls/transaction.raml
index fba2511a..f2ae624f 100644
--- a/ramls/transaction.raml
+++ b/ramls/transaction.raml
@@ -29,7 +29,7 @@ resourceTypes:
/finance:
/allocations:
displayName: Create a transaction allocation
- description: Create an allocation; DEPRECATED - use batch-all-or-nothing instead
+ description: Create an allocation; DEPRECATED - use batch-all-or-nothing instead
type:
post-with-201:
requestSchema: transaction
@@ -38,11 +38,11 @@ resourceTypes:
responseExample: !include acq-models/mod-finance/examples/transaction_allocation.sample
is: [validate]
post:
- description: Create an allocation by transaction; DEPRECATED - use batch-all-or-nothing instead
+ description: Create an allocation by transaction; DEPRECATED - use batch-all-or-nothing instead
/transfers:
displayName: Create a transaction transfer
- description: Create a transfer; DEPRECATED - use batch-all-or-nothing instead
+ description: Create a transfer; DEPRECATED - use batch-all-or-nothing instead
type:
post-with-201:
requestSchema: transaction
@@ -51,7 +51,7 @@ resourceTypes:
responseExample: !include acq-models/mod-finance/examples/transaction_transfer.sample
is: [validate]
post:
- description: Create a transfer by transaction; DEPRECATED - use batch-all-or-nothing instead
+ description: Create a transfer by transaction; DEPRECATED - use batch-all-or-nothing instead
/transactions:
displayName: Transactions
diff --git a/ramls/unrelease-encumbrance.raml b/ramls/unrelease-encumbrance.raml
index 28de3cf7..d7f130c1 100644
--- a/ramls/unrelease-encumbrance.raml
+++ b/ramls/unrelease-encumbrance.raml
@@ -9,7 +9,7 @@ documentation:
- title: Unrelease encumbrance API
content: |
This documents the API calls that unrelease any remaining money encumbered back to the budget's available pool.
- It should only be used by the UI, and only to unrelease a single encumbrance - batch-all-or-nothing should be used otherwise
+ It should only be used by the UI, and only to unrelease a single encumbrance - batch-all-or-nothing should be used otherwise
types:
errors: !include raml-util/schemas/errors.schema
@@ -28,10 +28,10 @@ traits:
displayName: Finance unrelease encumbrance
description: |
Finance unrelease encumbrance APIs.
- It should only be used by the UI, and only to release a single encumbrance - batch-all-or-nothing should be used otherwise.
+ It should only be used by the UI, and only to release a single encumbrance - batch-all-or-nothing should be used otherwise.
post:
is: [validate]
- description: Unrelease encumbrance (use only in UI for a single encumbrance - use batch-all-or-nothing otherwise)
+ description: Unrelease encumbrance (use only in UI for a single encumbrance - use batch-all-or-nothing otherwise)
responses:
204:
description: "Encumbrance successfully unreleased"