Fix incorrect HTTP method in REST API docs

This commit is contained in:
Dan Horrigan
2022-03-24 03:16:07 -04:00
committed by GitHub
parent 98c7216549
commit 683cc85ea5

View File

@@ -422,7 +422,7 @@ PUT /api/v1/country/1
<code-block label="Request" active>
```
DELETE /api/v1/country/1/exists
GET /api/v1/country/1/exists
```
</code-block>