- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi all,
is there a way to demote a case to a container using a playbook?
thank you in advance
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@meshorer you just need to update the "container_type" key on the container to "default".
REST is usually the best mechanism for this but the `phantom.update()` call might also work.
API:
https://docs.splunk.com/Documentation/SOARonprem/6.1.1/PlaybookAPI/ContainerAPI#update
REST:
https://docs.splunk.com/Documentation/SOARonprem/6.1.1/PlatformAPI/RESTContainers
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@meshorer you just need to update the "container_type" key on the container to "default".
REST is usually the best mechanism for this but the `phantom.update()` call might also work.
API:
https://docs.splunk.com/Documentation/SOARonprem/6.1.1/PlaybookAPI/ContainerAPI#update
REST:
https://docs.splunk.com/Documentation/SOARonprem/6.1.1/PlatformAPI/RESTContainers
