diff options
author | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-03-14 19:45:25 +0300 |
---|---|---|
committer | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-03-14 19:45:25 +0300 |
commit | 45e452244302c9691c1f7eff7326dc0eae4bdf06 (patch) | |
tree | 61f6e62aadab7cba934dba02cfc6bfd1e11955ff /api/assets/openapi.json | |
parent | Update Rights.ts (diff) | |
download | server-45e452244302c9691c1f7eff7326dc0eae4bdf06.tar.xz |
close issue #684
Diffstat (limited to 'api/assets/openapi.json')
-rw-r--r-- | api/assets/openapi.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/assets/openapi.json b/api/assets/openapi.json index 03550323..8e2a54cf 100644 --- a/api/assets/openapi.json +++ b/api/assets/openapi.json @@ -2960,7 +2960,7 @@ "type": { "type": "string" }, - "verifie": { + "verified": { "type": "boolean" }, "visibility": { @@ -2980,7 +2980,7 @@ "type", "user", "user_id", - "verifie", + "verified", "visibility" ] }, |