diff --git a/.codegen.json b/.codegen.json index 96a17e7..78b413f 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "2bf4a47", "specHash": "57614c2", "version": "1.4.0" } +{ "engineHash": "fc49b1f", "specHash": "739d87b", "version": "1.4.0" } diff --git a/box_sdk_gen/managers/folder_classifications.py b/box_sdk_gen/managers/folder_classifications.py index 174f933..c6ec69a 100644 --- a/box_sdk_gen/managers/folder_classifications.py +++ b/box_sdk_gen/managers/folder_classifications.py @@ -106,7 +106,7 @@ def get_classification_on_folder( URL explicitly, for example - `/folders/:id//enterprise_12345/securityClassification-6VMVochwUWo`. + `/folders/:id/enterprise_12345/securityClassification-6VMVochwUWo`. :param folder_id: The unique identifier that represent a folder. @@ -164,7 +164,7 @@ def add_classification_to_folder( URL explicitly, for example - `/folders/:id//enterprise_12345/securityClassification-6VMVochwUWo`. + `/folders/:id/enterprise_12345/securityClassification-6VMVochwUWo`. :param folder_id: The unique identifier that represent a folder. @@ -289,7 +289,7 @@ def delete_classification_from_folder( URL explicitly, for example - `/folders/:id//enterprise_12345/securityClassification-6VMVochwUWo`. + `/folders/:id/enterprise_12345/securityClassification-6VMVochwUWo`. :param folder_id: The unique identifier that represent a folder. diff --git a/docs/folder_classifications.md b/docs/folder_classifications.md index 6bbf921..ad6b678 100644 --- a/docs/folder_classifications.md +++ b/docs/folder_classifications.md @@ -12,7 +12,7 @@ has been applied to a folder. This API can also be called by including the enterprise ID in the URL explicitly, for example -`/folders/:id//enterprise_12345/securityClassification-6VMVochwUWo`. +`/folders/:id/enterprise_12345/securityClassification-6VMVochwUWo`. This operation is performed by calling function `get_classification_on_folder`. @@ -48,7 +48,7 @@ classification to add. This API can also be called by including the enterprise ID in the URL explicitly, for example -`/folders/:id//enterprise_12345/securityClassification-6VMVochwUWo`. +`/folders/:id/enterprise_12345/securityClassification-6VMVochwUWo`. This operation is performed by calling function `add_classification_to_folder`. @@ -122,7 +122,7 @@ Removes any classifications from a folder. This API can also be called by including the enterprise ID in the URL explicitly, for example -`/folders/:id//enterprise_12345/securityClassification-6VMVochwUWo`. +`/folders/:id/enterprise_12345/securityClassification-6VMVochwUWo`. This operation is performed by calling function `delete_classification_from_folder`.