melvio / hopla

A Python CLI for habitica.com
Apache License 2.0
17 stars 7 forks source link

[question] How can I add todo for a group #232

Closed fecet closed 1 year ago

melvio commented 1 year ago

You could look into https://habitica.com/apidoc/#api-Task-CreateGroupTasks and use hopla request -XPOST --body-param {something} {something} method/api/v3/tasks/group/:groupId However, I don't know what values of {something} should contain. The developers of Habitica might be able to help you out with that.