-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10
-
Component/s: Command Endpoint
-
Tags:
-
Backlog priority:499
-
Browser:
-
Sprint:nxNS Sprint 10.10.3
- Install Nuxeo playground in your instance
- Access to Nuxeo Playground
- Click on Discover button at Command Endpoint section
- Select one operation, e.g. Document.FetchByProperty
- The URL shown for the command is wrong
POST /api/automation/Document.FetchByProperty
It must be:
POST /site/automation/Document.FetchByProperty
Tested with nuxeo-api-playground (id: nuxeo-api-playground-1.3.1)