curl --location --request PATCH '/tasks//archive-many' \
--header 'Websync-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskIds": [
"string"
]
}'{
"tasks": [
{
"id": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"name": "string",
"color": {},
"stages": [
"string"
],
"creatorId": 0,
"tags": [
"string"
],
"responsibleUserId": [
"string"
],
"status": 0,
"dateEnd": {},
"dateBegin": {},
"dateStatusChanged": {},
"blockReason": {},
"dateMove": {},
"hasMessages": true,
"hasDescription": true,
"members": [
"string"
],
"importance": 0
}
],
"histories": [
{
"id": 0,
"updateDate": "2019-08-24T14:15:22.123Z",
"taskId": 0,
"userId": 0,
"state": "string",
"type": 0,
"projectName": "string",
"commitName": "string",
"commitLink": "string",
"taskName": "string"
}
]
}