Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit d2b046f

Browse files
authored
Merge pull request #225 from Silence0ne/main
Fixed typo
2 parents 88e5f1c + 66f2e73 commit d2b046f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

open-api.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"schemas": {
21-
"AccountSendCoderequestBody": {
21+
"AccountSendCodeRequestBody": {
2222
"type": "object",
2323
"properties": {
2424
"email": {
@@ -30,7 +30,7 @@
3030
},
3131
"required": ["email"]
3232
},
33-
"AccountVerifyrequestBody": {
33+
"AccountVerifyRequestBody": {
3434
"type": "object",
3535
"properties": {
3636
"email": {
@@ -113,7 +113,7 @@
113113
]
114114
}
115115
},
116-
"UserAddrequestBody": {
116+
"UserAddRequestBody": {
117117
"type": "object",
118118
"properties": {
119119
"username": {
@@ -233,7 +233,7 @@
233233
]
234234
}
235235
},
236-
"ProfileEditrequestBody": {
236+
"ProfileEditRequestBody": {
237237
"type": "object",
238238
"properties": {
239239
"username": {
@@ -338,7 +338,7 @@
338338
]
339339
}
340340
},
341-
"OrganizationAddrequestBody": {
341+
"OrganizationAddRequestBody": {
342342
"type": "object",
343343
"properties": {
344344
"username": {
@@ -445,7 +445,7 @@
445445
"national_id"
446446
]
447447
},
448-
"OrganizationEditrequestBody": {
448+
"OrganizationEditRequestBody": {
449449
"type": "object",
450450
"properties": {
451451
"username": {
@@ -1980,7 +1980,7 @@
19801980
"content": {
19811981
"application/json": {
19821982
"schema": {
1983-
"$ref": "#/components/schemas/AccountSendCoderequestBody"
1983+
"$ref": "#/components/schemas/AccountSendCodeRequestBody"
19841984
}
19851985
}
19861986
}
@@ -2031,7 +2031,7 @@
20312031
"content": {
20322032
"application/json": {
20332033
"schema": {
2034-
"$ref": "#/components/schemas/AccountVerifyrequestBody"
2034+
"$ref": "#/components/schemas/AccountVerifyRequestBody"
20352035
}
20362036
}
20372037
}
@@ -2169,7 +2169,7 @@
21692169
"content": {
21702170
"application/json": {
21712171
"schema": {
2172-
"$ref": "#/components/schemas/UserAddrequestBody"
2172+
"$ref": "#/components/schemas/UserAddRequestBody"
21732173
}
21742174
}
21752175
}
@@ -2237,7 +2237,7 @@
22372237
"content": {
22382238
"application/json": {
22392239
"schema": {
2240-
"$ref": "#/components/schemas/UserAddrequestBody"
2240+
"$ref": "#/components/schemas/UserAddRequestBody"
22412241
}
22422242
}
22432243
}
@@ -2310,7 +2310,7 @@
23102310
"content": {
23112311
"application/json": {
23122312
"schema": {
2313-
"$ref": "#/components/schemas/ProfileEditrequestBody"
2313+
"$ref": "#/components/schemas/ProfileEditRequestBody"
23142314
}
23152315
}
23162316
}
@@ -2359,7 +2359,7 @@
23592359
"content": {
23602360
"application/json": {
23612361
"schema": {
2362-
"$ref": "#/components/schemas/OrganizationAddrequestBody"
2362+
"$ref": "#/components/schemas/OrganizationAddRequestBody"
23632363
}
23642364
}
23652365
}
@@ -2431,7 +2431,7 @@
24312431
"content": {
24322432
"application/json": {
24332433
"schema": {
2434-
"$ref": "#/components/schemas/OrganizationEditrequestBody"
2434+
"$ref": "#/components/schemas/OrganizationEditRequestBody"
24352435
}
24362436
}
24372437
}

0 commit comments

Comments
 (0)