We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f903320 commit 78fedacCopy full SHA for 78fedac
pyoverkiz/client.py
@@ -642,7 +642,6 @@ async def execute_action_group(
642
The executed action group does not have to be persisted on the server before use.
643
Per-session rate-limit : 1 calls per 28min 48s period for all operations of the same category (exec)
644
"""
645
-
646
# Build a logical (snake_case) payload using model helpers and convert it
647
# to the exact JSON schema expected by the API (camelCase + small fixes).
648
payload = {"label": label, "actions": [a.to_payload() for a in actions]}
0 commit comments