cURL
curl --request POST \ --url https://zeropath.com/api/v1/issues/archive \ --header 'Content-Type: application/json' \ --header 'X-ZeroPath-API-Token-Id: <api-key>' \ --header 'X-ZeroPath-API-Token-Secret: <api-key>' \ --data ' { "issueId": "<string>", "organizationId": "<string>", "reason": "<string>" } '
{ "ok": true }
Documentation IndexFetch the complete documentation index at: https://zeropath.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://zeropath.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Successful response
Was this page helpful?