curl --request POST \
--url https://public-api.stora.co/2025-09/tasks/{task_id}/open \
--header 'Authorization: Bearer <token>'{
"task": {
"id": "task_195h6kfm9ro15lof",
"assignee": {
"id": "staff_947b3057d5df338e"
},
"completed_at": null,
"created_at": "2025-02-22T14:41:00Z",
"creator": {
"id": "staff_947b3057d5df338e"
},
"description": "<p>This is a test task.</p>",
"due_at": "2025-02-24T14:41:00Z",
"metadata": {},
"resource": null,
"site": {
"id": "site_14b419f1096013f1"
},
"status": "open",
"title": "My Task",
"updated_at": "2025-02-22T14:41:00Z"
},
"meta": {
"request_id": "01563646-58c1-4607-8fe0-cae3e92c4477",
"curies": [
{
"name": "bo",
"href": "https://app.stora.test{rel}",
"templated": true,
"title": "Backoffice"
},
{
"name": "sf",
"href": "https://acme.stora.test{rel}",
"templated": true,
"title": "Storefront"
}
]
}
}Mark a task as open.
Required authorization scope: public.task:write
curl --request POST \
--url https://public-api.stora.co/2025-09/tasks/{task_id}/open \
--header 'Authorization: Bearer <token>'{
"task": {
"id": "task_195h6kfm9ro15lof",
"assignee": {
"id": "staff_947b3057d5df338e"
},
"completed_at": null,
"created_at": "2025-02-22T14:41:00Z",
"creator": {
"id": "staff_947b3057d5df338e"
},
"description": "<p>This is a test task.</p>",
"due_at": "2025-02-24T14:41:00Z",
"metadata": {},
"resource": null,
"site": {
"id": "site_14b419f1096013f1"
},
"status": "open",
"title": "My Task",
"updated_at": "2025-02-22T14:41:00Z"
},
"meta": {
"request_id": "01563646-58c1-4607-8fe0-cae3e92c4477",
"curies": [
{
"name": "bo",
"href": "https://app.stora.test{rel}",
"templated": true,
"title": "Backoffice"
},
{
"name": "sf",
"href": "https://acme.stora.test{rel}",
"templated": true,
"title": "Storefront"
}
]
}
}Was this page helpful?