From 0e0f1506d29d960da8bf3795cb78dcebdbb1549f Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 13 Oct 2020 15:06:14 -0400 Subject: [PATCH] fix: update server param to /api/v3 --- public/openapi/write.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/openapi/write.yaml b/public/openapi/write.yaml index 07e06cf4c5bc..75cc5a2ad0f1 100644 --- a/public/openapi/write.yaml +++ b/public/openapi/write.yaml @@ -21,7 +21,7 @@ info: license: name: GPL-3.0 servers: - - url: /api/v1 + - url: /api/v3 tags: - name: users description: 'Account related calls (create, modify, delete, etc.)'