Browse Source

Merge pull request #1521 from dhrrgn/patch-1

Fix incorrect HTTP method in REST API docs
pull/1525/head
navi 2 years ago committed by GitHub
parent
commit
119f745d8e
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