diff --git a/changelog/README.md b/changelog/README.md index 81f9d31a..b9bc71b2 100644 --- a/changelog/README.md +++ b/changelog/README.md @@ -1,5 +1,8 @@ # Changelog +## 18th June 2024 +* Removed **Restricted!** status from [Set restrictions](../operations/restrictions.md#set-restrictions) and [Clear restrictions](../operations/restrictions.md#clear-restrictions). + ## 10th June 2024 * Moved the [Taxation](../concepts/taxation.md) page to the new [Concepts](../concepts/README.md) section. Documentation-only. diff --git a/operations/README.md b/operations/README.md index e3b4747a..8e3e1b43 100644 --- a/operations/README.md +++ b/operations/README.md @@ -212,8 +212,8 @@ This section describes all operations supported by the API, organised here by th | [Get all restrictions](restrictions.md#get-all-restrictions) | Returns all restrictions of the default service provided by the enterprise | | [Add restrictions](restrictions.md#add-restrictions) | Adds new restrictions with the specified conditions | | [Delete restrictions](restrictions.md#delete-restrictions) | Removes restrictions from the service | -| [Set restrictions](restrictions.md#set-restrictions) | **Restricted!** Adds new restrictions with the specified conditions | -| [Clear restrictions](restrictions.md#clear-restrictions) | **Restricted!** Clears restrictions which meet specified conditions over a specified time interval | +| [Set restrictions](restrictions.md#set-restrictions) | Adds new restrictions with the specified conditions | +| [Clear restrictions](restrictions.md#clear-restrictions) | Clears restrictions which meet specified conditions over a specified time interval | | [Add order](orders.md#add-order) | Creates a new order with the specified products and items | | [Get all companionships](companionships.md#get-all-companionships) | Returns all companionships based on customers, reservations or reservation groups | | [Get all resource access tokens](resourceaccesstokens.md#get-all-resource-access-tokens) | Returns all resource access tokens based on resource access tokens, reservations or interval | diff --git a/operations/restrictions.md b/operations/restrictions.md index c674600b..e2d6b056 100644 --- a/operations/restrictions.md +++ b/operations/restrictions.md @@ -387,9 +387,6 @@ Removes restrictions from the service. ## Set restrictions -> ### Restricted! -> This operation is currently in beta-test and as such it is subject to change. Use of this operation must be enabled per enterprise. Please contact the Technical Partner Support team in order to enable it. - Adds new restrictions with the specified conditions. For improved efficiency, multiple similar restrictions will be merged into a single restriction - see [Merging algorithm](#merging-algorithm). A quota of 150000 restrictions per service applies, although it is unlikely to be exceeded because of the [Merging algorithm](#merging-algorithm). Note care is needed to specify `StartUtc` and `EndUtc` in the correct format - see [Datetimes](../guidelines/serialization.md#datetimes). The validation of these properties is stronger in this operation than for [Add restrictions](#add-restrictions). @@ -487,9 +484,6 @@ Only restrictions created through the API are affected by this operation, _not_ ## Clear restrictions -> ### Restricted! -> This operation is currently in beta-test and as such it is subject to change. Use of this operation must be enabled per enterprise. Please contact the Technical Partner Support team in order to enable it. - Deletes restrictions that [match the conditions](#matching-conditions) using the [splicing algorithm](#splicing-algorithm). This operation is intended to be used alongside [Set restrictions](#set-restrictions). The specified conditions must be met exactly - see [Matching conditions](#matching-conditions) below. The time interval, however, does not need to correspond with an existing restriction in the system, instead the API uses a splicing algorithm to work out how to divide up any existing restrictions to meet the specified time interval - see [Time interval splicing](#time-interval-splicing).