David Eric Pugh created SOLR-15276:
--------------------------------------
Summary: v2 REQUESTSTATUS should inline the id parameter.
Key: SOLR-15276
URL: https://issues.apache.org/jira/browse/SOLR-15276
Project: Solr
Issue Type: Sub-task
Components: v2 API
Affects Versions: main (9.0)
Reporter: David Eric Pugh
The command currently is
{{GET /v2/cluster/command-status?id=1000}}
and should be
{{GET /v2/cluster/command-status/1000}}
to match
{{DELETE /v2/cluster/command-status/1000}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)