|
11 | 11 | "auth"
|
12 | 12 | ],
|
13 | 13 | "summary": "Auth:Jwt.Login",
|
14 |
| - "operationId": "auth_jwt_login_auth_jwt_login_post", |
| 14 | + "operationId": "auth:jwt.login", |
15 | 15 | "requestBody": {
|
16 | 16 | "content": {
|
17 | 17 | "application/x-www-form-urlencoded": {
|
18 | 18 | "schema": {
|
19 |
| - "$ref": "#/components/schemas/Body_auth_jwt_login_auth_jwt_login_post" |
| 19 | + "$ref": "#/components/schemas/login" |
20 | 20 | }
|
21 | 21 | }
|
22 | 22 | },
|
|
80 | 80 | "auth"
|
81 | 81 | ],
|
82 | 82 | "summary": "Auth:Jwt.Logout",
|
83 |
| - "operationId": "auth_jwt_logout_auth_jwt_logout_post", |
| 83 | + "operationId": "auth:jwt.logout", |
84 | 84 | "responses": {
|
85 | 85 | "200": {
|
86 | 86 | "description": "Successful Response",
|
|
107 | 107 | "auth"
|
108 | 108 | ],
|
109 | 109 | "summary": "Register:Register",
|
110 |
| - "operationId": "register_register_auth_register_post", |
| 110 | + "operationId": "register:register", |
111 | 111 | "requestBody": {
|
112 | 112 | "content": {
|
113 | 113 | "application/json": {
|
|
175 | 175 | "auth"
|
176 | 176 | ],
|
177 | 177 | "summary": "Reset:Forgot Password",
|
178 |
| - "operationId": "reset_forgot_password_auth_forgot_password_post", |
| 178 | + "operationId": "reset:forgot_password", |
179 | 179 | "requestBody": {
|
180 | 180 | "content": {
|
181 | 181 | "application/json": {
|
182 | 182 | "schema": {
|
183 |
| - "$ref": "#/components/schemas/Body_reset_forgot_password_auth_forgot_password_post" |
| 183 | + "$ref": "#/components/schemas/Body_auth-reset_forgot_password" |
184 | 184 | }
|
185 | 185 | }
|
186 | 186 | },
|
|
214 | 214 | "auth"
|
215 | 215 | ],
|
216 | 216 | "summary": "Reset:Reset Password",
|
217 |
| - "operationId": "reset_reset_password_auth_reset_password_post", |
| 217 | + "operationId": "reset:reset_password", |
218 | 218 | "requestBody": {
|
219 | 219 | "content": {
|
220 | 220 | "application/json": {
|
221 | 221 | "schema": {
|
222 |
| - "$ref": "#/components/schemas/Body_reset_reset_password_auth_reset_password_post" |
| 222 | + "$ref": "#/components/schemas/Body_auth-reset_reset_password" |
223 | 223 | }
|
224 | 224 | }
|
225 | 225 | },
|
|
280 | 280 | "auth"
|
281 | 281 | ],
|
282 | 282 | "summary": "Verify:Request-Token",
|
283 |
| - "operationId": "verify_request_token_auth_request_verify_token_post", |
| 283 | + "operationId": "verify:request-token", |
284 | 284 | "requestBody": {
|
285 | 285 | "content": {
|
286 | 286 | "application/json": {
|
287 | 287 | "schema": {
|
288 |
| - "$ref": "#/components/schemas/Body_verify_request_token_auth_request_verify_token_post" |
| 288 | + "$ref": "#/components/schemas/Body_auth-verify_request-token" |
289 | 289 | }
|
290 | 290 | }
|
291 | 291 | },
|
|
319 | 319 | "auth"
|
320 | 320 | ],
|
321 | 321 | "summary": "Verify:Verify",
|
322 |
| - "operationId": "verify_verify_auth_verify_post", |
| 322 | + "operationId": "verify:verify", |
323 | 323 | "requestBody": {
|
324 | 324 | "content": {
|
325 | 325 | "application/json": {
|
326 | 326 | "schema": {
|
327 |
| - "$ref": "#/components/schemas/Body_verify_verify_auth_verify_post" |
| 327 | + "$ref": "#/components/schemas/Body_auth-verify_verify" |
328 | 328 | }
|
329 | 329 | }
|
330 | 330 | },
|
|
384 | 384 | "users"
|
385 | 385 | ],
|
386 | 386 | "summary": "Users:Current User",
|
387 |
| - "operationId": "users_current_user_users_me_get", |
| 387 | + "operationId": "users:current_user", |
388 | 388 | "responses": {
|
389 | 389 | "200": {
|
390 | 390 | "description": "Successful Response",
|
|
411 | 411 | "users"
|
412 | 412 | ],
|
413 | 413 | "summary": "Users:Patch Current User",
|
414 |
| - "operationId": "users_patch_current_user_users_me_patch", |
| 414 | + "operationId": "users:patch_current_user", |
415 | 415 | "requestBody": {
|
416 | 416 | "content": {
|
417 | 417 | "application/json": {
|
|
487 | 487 | "users"
|
488 | 488 | ],
|
489 | 489 | "summary": "Users:User",
|
490 |
| - "operationId": "users_user_users__id__get", |
| 490 | + "operationId": "users:user", |
491 | 491 | "security": [
|
492 | 492 | {
|
493 | 493 | "OAuth2PasswordBearer": []
|
|
541 | 541 | "users"
|
542 | 542 | ],
|
543 | 543 | "summary": "Users:Patch User",
|
544 |
| - "operationId": "users_patch_user_users__id__patch", |
| 544 | + "operationId": "users:patch_user", |
545 | 545 | "security": [
|
546 | 546 | {
|
547 | 547 | "OAuth2PasswordBearer": []
|
|
632 | 632 | "users"
|
633 | 633 | ],
|
634 | 634 | "summary": "Users:Delete User",
|
635 |
| - "operationId": "users_delete_user_users__id__delete", |
| 635 | + "operationId": "users:delete_user", |
636 | 636 | "security": [
|
637 | 637 | {
|
638 | 638 | "OAuth2PasswordBearer": []
|
|
677 | 677 | },
|
678 | 678 | "/authenticated-route": {
|
679 | 679 | "get": {
|
| 680 | + "tags": [ |
| 681 | + "custom-auth" |
| 682 | + ], |
680 | 683 | "summary": "Authenticated Route",
|
681 |
| - "operationId": "authenticated_route_authenticated_route_get", |
| 684 | + "operationId": "authenticated_route", |
682 | 685 | "responses": {
|
683 | 686 | "200": {
|
684 | 687 | "description": "Successful Response",
|
|
717 | 720 | ],
|
718 | 721 | "title": "BearerResponse"
|
719 | 722 | },
|
720 |
| - "Body_auth_jwt_login_auth_jwt_login_post": { |
721 |
| - "properties": { |
722 |
| - "grant_type": { |
723 |
| - "anyOf": [ |
724 |
| - { |
725 |
| - "type": "string", |
726 |
| - "pattern": "password" |
727 |
| - }, |
728 |
| - { |
729 |
| - "type": "null" |
730 |
| - } |
731 |
| - ], |
732 |
| - "title": "Grant Type" |
733 |
| - }, |
734 |
| - "username": { |
735 |
| - "type": "string", |
736 |
| - "title": "Username" |
737 |
| - }, |
738 |
| - "password": { |
739 |
| - "type": "string", |
740 |
| - "title": "Password" |
741 |
| - }, |
742 |
| - "scope": { |
743 |
| - "type": "string", |
744 |
| - "title": "Scope", |
745 |
| - "default": "" |
746 |
| - }, |
747 |
| - "client_id": { |
748 |
| - "anyOf": [ |
749 |
| - { |
750 |
| - "type": "string" |
751 |
| - }, |
752 |
| - { |
753 |
| - "type": "null" |
754 |
| - } |
755 |
| - ], |
756 |
| - "title": "Client Id" |
757 |
| - }, |
758 |
| - "client_secret": { |
759 |
| - "anyOf": [ |
760 |
| - { |
761 |
| - "type": "string" |
762 |
| - }, |
763 |
| - { |
764 |
| - "type": "null" |
765 |
| - } |
766 |
| - ], |
767 |
| - "title": "Client Secret" |
768 |
| - } |
769 |
| - }, |
770 |
| - "type": "object", |
771 |
| - "required": [ |
772 |
| - "username", |
773 |
| - "password" |
774 |
| - ], |
775 |
| - "title": "Body_auth_jwt_login_auth_jwt_login_post" |
776 |
| - }, |
777 |
| - "Body_reset_forgot_password_auth_forgot_password_post": { |
| 723 | + "Body_auth-reset_forgot_password": { |
778 | 724 | "properties": {
|
779 | 725 | "email": {
|
780 | 726 | "type": "string",
|
|
786 | 732 | "required": [
|
787 | 733 | "email"
|
788 | 734 | ],
|
789 |
| - "title": "Body_reset_forgot_password_auth_forgot_password_post" |
| 735 | + "title": "Body_auth-reset:forgot_password" |
790 | 736 | },
|
791 |
| - "Body_reset_reset_password_auth_reset_password_post": { |
| 737 | + "Body_auth-reset_reset_password": { |
792 | 738 | "properties": {
|
793 | 739 | "token": {
|
794 | 740 | "type": "string",
|
|
804 | 750 | "token",
|
805 | 751 | "password"
|
806 | 752 | ],
|
807 |
| - "title": "Body_reset_reset_password_auth_reset_password_post" |
| 753 | + "title": "Body_auth-reset:reset_password" |
808 | 754 | },
|
809 |
| - "Body_verify_request_token_auth_request_verify_token_post": { |
| 755 | + "Body_auth-verify_request-token": { |
810 | 756 | "properties": {
|
811 | 757 | "email": {
|
812 | 758 | "type": "string",
|
|
818 | 764 | "required": [
|
819 | 765 | "email"
|
820 | 766 | ],
|
821 |
| - "title": "Body_verify_request_token_auth_request_verify_token_post" |
| 767 | + "title": "Body_auth-verify:request-token" |
822 | 768 | },
|
823 |
| - "Body_verify_verify_auth_verify_post": { |
| 769 | + "Body_auth-verify_verify": { |
824 | 770 | "properties": {
|
825 | 771 | "token": {
|
826 | 772 | "type": "string",
|
|
831 | 777 | "required": [
|
832 | 778 | "token"
|
833 | 779 | ],
|
834 |
| - "title": "Body_verify_verify_auth_verify_post" |
| 780 | + "title": "Body_auth-verify:verify" |
835 | 781 | },
|
836 | 782 | "ErrorModel": {
|
837 | 783 | "properties": {
|
|
1053 | 999 | "type"
|
1054 | 1000 | ],
|
1055 | 1001 | "title": "ValidationError"
|
| 1002 | + }, |
| 1003 | + "login": { |
| 1004 | + "properties": { |
| 1005 | + "grant_type": { |
| 1006 | + "anyOf": [ |
| 1007 | + { |
| 1008 | + "type": "string", |
| 1009 | + "pattern": "password" |
| 1010 | + }, |
| 1011 | + { |
| 1012 | + "type": "null" |
| 1013 | + } |
| 1014 | + ], |
| 1015 | + "title": "Grant Type" |
| 1016 | + }, |
| 1017 | + "username": { |
| 1018 | + "type": "string", |
| 1019 | + "title": "Username" |
| 1020 | + }, |
| 1021 | + "password": { |
| 1022 | + "type": "string", |
| 1023 | + "title": "Password" |
| 1024 | + }, |
| 1025 | + "scope": { |
| 1026 | + "type": "string", |
| 1027 | + "title": "Scope", |
| 1028 | + "default": "" |
| 1029 | + }, |
| 1030 | + "client_id": { |
| 1031 | + "anyOf": [ |
| 1032 | + { |
| 1033 | + "type": "string" |
| 1034 | + }, |
| 1035 | + { |
| 1036 | + "type": "null" |
| 1037 | + } |
| 1038 | + ], |
| 1039 | + "title": "Client Id" |
| 1040 | + }, |
| 1041 | + "client_secret": { |
| 1042 | + "anyOf": [ |
| 1043 | + { |
| 1044 | + "type": "string" |
| 1045 | + }, |
| 1046 | + { |
| 1047 | + "type": "null" |
| 1048 | + } |
| 1049 | + ], |
| 1050 | + "title": "Client Secret" |
| 1051 | + } |
| 1052 | + }, |
| 1053 | + "type": "object", |
| 1054 | + "required": [ |
| 1055 | + "username", |
| 1056 | + "password" |
| 1057 | + ], |
| 1058 | + "title": "Body_auth-auth:jwt.login" |
1056 | 1059 | }
|
1057 | 1060 | },
|
1058 | 1061 | "securitySchemes": {
|
|
0 commit comments