section_not_exposed
HTTP Status: 404 Category: Listing Lifecycle
When you see this
PATCH targeted a section not exposed via the public API.
How to fix it
Only matterport and floorplan sections are mutable via the public API in v1. Other sections must go through the UI.
Example response
{
"error": {
"code": "section_not_exposed",
"message": "PATCH targeted a section not exposed via the public API.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/section_not_exposed",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}