XentrDeveloper Docs
API ReferenceQuality

Reorder defect categories

PATCH
/api/factories/{factoryId}/quality/defect-categories/reorder
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://api.xentr.ai/api/factories/string/quality/defect-categories/reorder" \  -H "Content-Type: application/json" \  -d '{    "ids": [      "string"    ]  }'
Empty