Beispielanfrage
POST https://api.jupiter-erp.com/api/account/tasks/groups/example-id/attach
Code
curl -X POST 'https://api.jupiter-erp.com/api/account/tasks/groups/example-id/attach' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"task_ids": [
0
]
}'Parameter
| Name | In | Pflicht | Beschreibung |
|---|---|---|---|
| groupId | path | ja | — |
Request Body
Optional
| Feld | Typ | Beschreibung |
|---|---|---|
| task_ids* | integer[] | array Elemente integer |
Beispiel Request
{
"task_ids": [
0
]
}Antworten
204OK
Kein JSON-Schema dokumentiert.
Tasks