Update a Schema
Last updated
Last updated
PATCH /v1/schema/{name} HTTP/1.1
Host: prism.livereach.ai
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 65
{
"internal": true,
"attributes": {
"ANY_ADDITIONAL_PROPERTY": "bool"
}
}{
"result": {
"success": true,
"httpCode": 200
},
"content": {
"name": "text",
"organization_id": 0,
"internal": false,
"attributes": {
"ANY_ADDITIONAL_PROPERTY": "bool"
},
"created": "2026-03-11T11:14:58.181Z",
"updated": "2026-03-11T11:14:58.181Z"
}
}