Skip to main content
PATCH
/
api
/
v1
/
materials
/
{mid}
Update Material
curl --request PATCH \
  --url https://staging.cutmake.ai/api/v1/materials/{mid} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

mid
string
required

Body

application/json

The body is of type Payload · object.

Response

Successful Response