Site updated at 2017-07-15 15:14:20 UTC

This commit is contained in:
Travis CI 2017-07-15 15:14:20 +00:00
parent 7710094925
commit ac5ef9ebca
27 changed files with 48 additions and 43 deletions

View file

@ -84,7 +84,7 @@
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>[service_name]</strong> (<em>Required</em>): The name used to expose the service. E.g. in the above example would it be ` rest_command.example_request`.
<li><strong>[service_name]</strong> (<em>Required</em>): The name used to expose the service. E.g., in the above example, it would be <code class="highlighter-rouge">rest_command.example_request</code>.
<ul>
<li><strong>url</strong> (<em>Required</em>): The URL (support template) for sending request.</li>
<li><strong>method</strong> (<em>Optional</em>): HTTP method to use (<code class="highlighter-rouge">get</code>, <code class="highlighter-rouge">post</code>, <code class="highlighter-rouge">put</code>, or <code class="highlighter-rouge">delete</code>). Defaults to <code class="highlighter-rouge">get</code>.</li>