From 25884065c79a26fcb6fccf59c8ecc91312af437a Mon Sep 17 00:00:00 2001 From: Filip-Macecek Date: Fri, 8 Mar 2024 09:38:17 +0100 Subject: [PATCH 1/3] Restriction splicing - remove restricted --- operations/restrictions.md | 6 ------ 1 file changed, 6 deletions(-) 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). From 95125c12bc62c71974607d9461cb5efb03ee2a7f Mon Sep 17 00:00:00 2001 From: Filip-Macecek Date: Mon, 17 Jun 2024 14:09:28 +0200 Subject: [PATCH 2/3] Remove restricted labels --- operations/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operations/README.md b/operations/README.md index b372bfd0..f1b69886 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 | From 81eb69e4495835fc0dcae62fbce5ac3d0914c6c4 Mon Sep 17 00:00:00 2001 From: Mike Adams <92085514+MikeAdamsMews@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:04:55 +0100 Subject: [PATCH 3/3] Update README.md Added changelog entry for removing Restricted status --- changelog/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog/README.md b/changelog/README.md index eb35faa4..ab440a6f 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). + ## 5th March 2024 * Extended [Payment request](../operations/paymentrequests.md#payment-request) response object with `ReservationId`, this affects the following operations: * [Get all payment requests](../operations/paymentrequests.md#get-all-payment-requests)