File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -111,19 +111,19 @@ paths:
111
111
# USER SETTINGS ------------------------------------------------------------------
112
112
113
113
/me :
114
- $ref : " ./openapi-user .yaml#/paths/~1me"
114
+ $ref : " ./openapi-users .yaml#/paths/~1me"
115
115
116
116
/me/tokens :
117
- $ref : " ./openapi-user .yaml#/paths/~1me~1tokens"
117
+ $ref : " ./openapi-users .yaml#/paths/~1me~1tokens"
118
118
119
119
/me/tokens/{service} :
120
- $ref : " ./openapi-user .yaml#/paths/~1me~1tokens~1{service}"
120
+ $ref : " ./openapi-users .yaml#/paths/~1me~1tokens~1{service}"
121
121
122
122
/me/notifications :
123
- $ref : " ./openapi-user .yaml#/paths/~1me~1notifications"
123
+ $ref : " ./openapi-users .yaml#/paths/~1me~1notifications"
124
124
125
125
/me/notifications/{id} :
126
- $ref : " ./openapi-user .yaml#/paths/~1me~1notifications~1{notification_id}"
126
+ $ref : " ./openapi-users .yaml#/paths/~1me~1notifications~1{notification_id}"
127
127
128
128
# GROUP SETTINGS ------------------------------------------------------------------
129
129
Original file line number Diff line number Diff line change @@ -134,4 +134,4 @@ async def mark_notification_as_read(
134
134
if __name__ == "__main__" :
135
135
from _common import CURRENT_DIR , create_openapi_specs
136
136
137
- create_openapi_specs (app , CURRENT_DIR .parent / "openapi-user .yaml" )
137
+ create_openapi_specs (app , CURRENT_DIR .parent / "openapi-users .yaml" )
You can’t perform that action at this time.
0 commit comments