Callback handler actions

Hi team,
I’m editing the document using docEditor. It’s been confirmed in the Callback Handler API document that a number of actions can come to the list, and I wonder when more than one action will come.

https://api.onlyoffice.com/docs/docs-api/usage-api/callback-handler/#actions

All of the Callback Body I saw while using had only one action, so it is difficult to test multiple actions when developing the Callback Handler.

If you tell me how to reproduce it, I will test it.

Thank you.

Hello,
Please clarify in more detail this use-case scenario. Why do you need it?
Callback should be able to handle 3 different actions received from 3 different users simultaneously without a problem, it should just be configured according to the guide mentioned above