File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
version/release-candidate Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19551,7 +19551,7 @@ <h4 id="permitted-roles">Permitted roles</h4>
1955119551</tbody></table>
1955219552<h3 id="update-a-destination-protocol-for-a-route">Update a destination protocol for a route</h3>
1955319553<div class="highlight"><pre class="highlight plaintext"><code>Example Request
19554- </code></pre></div><div class="highlight"><pre class="highlight shell"><code>curl <span class="s2">"https://api.example.org/v3/routes/[guid]/destinations/[guid ]"</span> <span class="se">\</span>
19554+ </code></pre></div><div class="highlight"><pre class="highlight shell"><code>curl <span class="s2">"https://api.example.org/v3/routes/[guid]/destinations/[destination_guid ]"</span> <span class="se">\</span>
1955519555 <span class="nt">-X</span> PATCH <span class="se">\</span>
1955619556 <span class="nt">-H</span> <span class="s2">"Authorization: bearer [token]"</span>
1955719557 <span class="nt">-d</span> <span class="s1">'{"protocol": "http2"}'</span>
@@ -19584,7 +19584,7 @@ <h3 id="update-a-destination-protocol-for-a-route">Update a destination protocol
1958419584
1958519585<h4 id="definition">Definition</h4>
1958619586
19587- <p><code class="prettyprint">PATCH /v3/routes/:guid/destinations/:guid </code></p>
19587+ <p><code class="prettyprint">PATCH /v3/routes/:guid/destinations/:destination_guid </code></p>
1958819588
1958919589<h4 id="optional-parameters">Optional parameters</h4>
1959019590
You can’t perform that action at this time.
0 commit comments