You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Support fo new batch methods in configuration-api v3.5: batch_create_agents, batch_delete_agents, batch_update_agents, batch_approve_agents, batch_suspend_agents, batch_unsuspend_agents.
Changed
Updated requirements.txt.
Bugfixes
Fix HTTP method in get_dynamic_configuration, get_configuration, get_localization, list_group_properties, list_license_properties and delete_event_properties.
Fix upload_file method by changing the way of uploading files; using HTTP multipart encoding.