MeshTale Docs
PATCH
/v1/workspaces/{id}/crawls/{crawlId}

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

id*string
crawlId*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/v1/workspaces/string/crawls/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{    "status": "cancelled"  }'
{  "crawl_id": "c9eee371-0b50-4a83-baff-95c2f0e36a00",  "status": "cancelled"}
Empty
Empty
Empty
Empty
Empty