You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/03/23 18:40:00 UTC

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

    [ https://issues.apache.org/jira/browse/SOLR-15276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17307349#comment-17307349 ] 

ASF subversion and git services commented on SOLR-15276:
--------------------------------------------------------

Commit 7a419b775cae6cc5362f943d8965d770d10d06ac in solr's branch refs/heads/main from Eric Pugh
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=7a419b7 ]

SOLR-15276: Use same pattern on GET as on DELETE and be more RESTful. (#40)

* use same pattern as DELETE verb and be more restful

> 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
>          Time Spent: 40m
>  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)