diff --git a/CHANGELOG.md b/CHANGELOG.md index f629774..833cb8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## 3.2.16 * Added `upload_custom_packs` to upload zipped custom packs to marketplace. - + and the `upload_content_packs` will be deprecated from XSOAR 8.9 and XSIAM 2.5 ## 3.2.14 * Added support for Python versions 3.11 and 3.12. diff --git a/server_api_swagger.json b/server_api_swagger.json index 67ae0d0..70b66ae 100644 --- a/server_api_swagger.json +++ b/server_api_swagger.json @@ -1787,7 +1787,7 @@ }, "/contentpacks/installed/upload": { "post": { - "description": "Upload a Pack to the marketplace in the Server. Can be used to upload a Pack for an offline scenario or a Pack that hasn't been released.", + "description": "Upload a Pack to the marketplace in the Server. Can be used to upload a Pack for an offline scenario or a Pack that hasn't been released. (will be deprecated from XSOAR 8.9 and XSIAM 2.5)", "consumes": [ "multipart/form-data" ],