You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "David Eric Pugh (Jira)" <ji...@apache.org> on 2021/03/22 23:42:00 UTC

[jira] [Assigned] (SOLR-15276) v2 REQUESTSTATUS should inline the id parameter.

     [ https://issues.apache.org/jira/browse/SOLR-15276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Eric Pugh reassigned SOLR-15276:
--------------------------------------

    Assignee: David Eric Pugh

> 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
>
> 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)