Skip to main content

What's New in MarkLogic 11

REST Client API Namespace Configuration Deprecation

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}