You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This REST API allows to upload any service registry-related information to the Nuxeo repository. Each call allows to register data related to either: an application, a service API, or a service. A Java client is available here.
Document hierarchy reminder: Services are always contained in Service APIs. Service APIs are either contained in Applications or other APIs.
PROTOCOL : POST (notification) or GET (view documentation)
URL : .../nuxeo/site/easysoa/notification/(appliimpl or api or service)
PARAMETERS :
The request body must contain the parameters in the application/x-www-form-urlencoded format (which is similar to the GET requests parameters). For a list of all available parameters for each document type, view each service's documentation by making a GET request to it.