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

Joshua Ouma commented on SOLR-11028:
------------------------------------

I came across this excerpt from https://restfulapi.net/
{noformat}
A large number of people wrongly relate resource methods to HTTP methods (i.e., 
GET/PUT/POST/DELETE). Roy Fielding has never mentioned any recommendation 
around which method to be used in which condition. All he emphasizes is that it 
should be a uniform interface.

For example, if we decide that the application APIs will use HTTP POST for 
updating a resource – rather than most people recommend HTTP PUT – it’s all 
right. Still, the application interface will be RESTful.
{noformat}

Since Solr v2 API Proposed Changes uses POST I'll have to stick with that

> Create a v2 API equivalent for REPLACENODE API
> ----------------------------------------------
>
>                 Key: SOLR-11028
>                 URL: https://issues.apache.org/jira/browse/SOLR-11028
>             Project: Solr
>          Issue Type: Sub-task
>          Components: SolrCloud, v2 API
>            Reporter: Shalin Shekhar Mangar
>            Priority: Major
>
> The REPLACENODE API is only implemented as part of the v1 collections API. 
> There should be an equivalent call in the v2 paradigm.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to