curl --request POST \
--url http://localhost:3333/v1/admin/organizations/{orgId}/tasks \
--header 'Content-Type: application/json' \
--data '
{
"title": "Review access controls",
"description": "Review and update access control policies quarterly",
"status": "todo",
"frequency": "daily",
"department": "none"
}
'curl --request POST \
--url http://localhost:3333/v1/admin/organizations/{orgId}/tasks \
--header 'Content-Type: application/json' \
--data '
{
"title": "Review access controls",
"description": "Review and update access control policies quarterly",
"status": "todo",
"frequency": "daily",
"department": "none"
}
'Title of the task
"Review access controls"
Description of the task
"Review and update access control policies quarterly"
Task status
todo, in_progress, in_review, done, not_relevant, failed Task frequency
daily, weekly, monthly, quarterly, yearly Department
none, admin, gov, hr, it, itsm, qms Was this page helpful?