Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Remove mention of PATCH endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Jun 3, 2024
1 parent 3c059e0 commit 2094d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/vendors.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ <h3 id="endpoints" class="scroll-offset">Endpoints</h3>
<h4>Release a new Candidate Version</h4>
This will perform a minor release on SDKMAN!. It will
simply add the new candidate version, but will not make it the default version
for that candidate. This endpoint supports <code>POST</code>, <code>PATCH</code>
and <code>DELETE</code> HTTP methods.
for that candidate. This endpoint supports <code>POST</code> and <code>DELETE</code> HTTP methods.
The <code>POST</code> endpoint is idempotent.
<pre><code>
curl -X POST \
-H "Consumer-Key: CONSUMER_KEY" \
Expand Down

0 comments on commit 2094d67

Please sign in to comment.