patch https://legacy-api.bimtrackapp.co/v3/hubs//projects//issues/
Archive an issue.
Log in to see full request history
Response
Archive an issue.
xxxxxxxxxx
10curl --request PATCH \
--url https://legacy-api.bimtrackapp.co/v3/hubs/hubId/projects/projectId/issues/issueId \
--header 'Authorization: Bearer ' \
--header 'accept: application/json' \
--header 'content-type: application/json-patch+json' \
--data '
{
"ArchiveIssue": true
}
'
Try It!
to start a request and see the response here! Or choose an example: