Skip to content

Commit

Permalink
added note
Browse files Browse the repository at this point in the history
  • Loading branch information
moishce committed Oct 30, 2024
1 parent 42acb78 commit eca2930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion server_api_swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit eca2930

Please sign in to comment.