REST Client API Namespace Configuration Deprecation
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Version 11.0
- Documentation
The REST Client API methods for configuring namespace bindings are deprecated as of MarkLogic 9.0-5 and will be removed in a future release.
Instead, you should use the REST Management API to define namespace bindings for your App Server. For details, see the namespaces property of the payload for PUT:/manage/v2/servers/{id|name}/properties.
This deprecation notice affects the following methods of the REST Client API:
-
GET, POST, PUT and DELETE on
/v1/config/namespaces -
GET, PUT, and DELETE on
/v1/config/namespaces/{prefix}