Browse Source

Fix incorrect HTTP method in REST API docs

pull/1521/head
Dan Horrigan 2 years ago committed by GitHub
parent
commit
683cc85ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/noco-docs/content/en/developer-resources/rest-apis.md

2
packages/noco-docs/content/en/developer-resources/rest-apis.md

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

Loading…
Cancel
Save