[
https://issues.jboss.org/browse/DROOLS-1209?page=com.atlassian.jira.plugi...
]
Jonathan Holmström updated DROOLS-1209:
---------------------------------------
Description:
URL:
https://docs.jboss.org/drools/release/6.4.0.Final/drools-docs/html/ch22.html
Documentation lists e.g.:
/management/server/id/containers/containerId/status/stopped
as the path for stopping containers. This path does not exist, the correct one is:
/management/servers/id/containers/containerId/status/stopped
The correction is: server -> servers
The top path for GETting servers is listed correctly. All other addresses say
"server" instead of the correct "servers"
was:
URL:
https://docs.jboss.org/drools/release/6.4.0.Final/drools-docs/html/ch22.html
Documentation lists e.g.:
/management/server/{id}/containers/{containerId}/status/stopped
as the path for stopping containers. This path does not exist, the correct one is:
/management/servers/{id}/containers/{containerId}/status/stopped
server -> servers
The top path for GETting servers is listed correctly. All other addresses say
"server" instead of the correct "servers"
Incorrect REST-path documentation for Controller REST API
---------------------------------------------------------
Key: DROOLS-1209
URL:
https://issues.jboss.org/browse/DROOLS-1209
Project: Drools
Issue Type: Bug
Affects Versions: 6.4.0.Final
Reporter: Jonathan Holmström
Assignee: Mark Proctor
URL:
https://docs.jboss.org/drools/release/6.4.0.Final/drools-docs/html/ch22.html
Documentation lists e.g.:
/management/server/id/containers/containerId/status/stopped
as the path for stopping containers. This path does not exist, the correct one is:
/management/servers/id/containers/containerId/status/stopped
The correction is: server -> servers
The top path for GETting servers is listed correctly. All other addresses say
"server" instead of the correct "servers"
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)