[
https://issues.apache.org/jira/browse/SOLR-15276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Eric Pugh resolved SOLR-15276.
------------------------------------
Fix Version/s: main (9.0)
Resolution: Fixed
> 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
> Assignee: David Eric Pugh
> Priority: Major
> Fix For: main (9.0)
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> 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)