Change "REST Verb" to "HTTP Verb" (#34195)
This commit is contained in:
parent
a1c441f78a
commit
5af6ae564d
|
@ -486,7 +486,7 @@ If we study the above commands carefully, we can actually see a pattern of how w
|
|||
|
||||
[source,js]
|
||||
--------------------------------------------------
|
||||
<REST Verb> /<Index>/<Type>/<ID>
|
||||
<HTTP Verb> /<Index>/<Type>/<ID>
|
||||
--------------------------------------------------
|
||||
// NOTCONSOLE
|
||||
|
||||
|
|
Loading…
Reference in New Issue