Change "REST Verb" to "HTTP Verb" (#34195)

This commit is contained in:
Wilder Pereira 2018-10-02 18:04:19 -03:00 committed by Mayya Sharipova
parent a1c441f78a
commit 5af6ae564d
1 changed files with 1 additions and 1 deletions

View File

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