Skip to content

Commit a1f4ab2

Browse files
committed
OpenAPI: split User data tag
Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
1 parent 3497a8d commit a1f4ab2

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

data/api/client-server/administrative_contact.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ paths:
8787
associated the third party identifier with the user.
8888
required: ['medium', 'address', 'validated_at', 'added_at']
8989
tags:
90-
- User data
90+
- Account management
9191
post:
9292
summary: Adds contact information to the user's account.
9393
description: |-
@@ -179,7 +179,7 @@ paths:
179179
schema:
180180
"$ref": "definitions/errors/error.yaml"
181181
tags:
182-
- User data
182+
- Account management
183183
"/account/3pid/add":
184184
post:
185185
summary: Adds contact information to the user's account.
@@ -235,7 +235,7 @@ paths:
235235
schema:
236236
"$ref": "definitions/errors/rate_limited.yaml"
237237
tags:
238-
- User data
238+
- Account management
239239
"/account/3pid/bind":
240240
post:
241241
summary: Binds a 3PID to the user's account through an Identity Service.
@@ -289,7 +289,7 @@ paths:
289289
schema:
290290
"$ref": "definitions/errors/rate_limited.yaml"
291291
tags:
292-
- User data
292+
- Account management
293293
"/account/3pid/delete":
294294
post:
295295
summary: Deletes a third party identifier from the user's account
@@ -354,7 +354,7 @@ paths:
354354
required:
355355
- id_server_unbind_result
356356
tags:
357-
- User data
357+
- Account management
358358
"/account/3pid/unbind":
359359
post:
360360
summary: Removes a user's third party identifier from an identity server.
@@ -418,7 +418,7 @@ paths:
418418
required:
419419
- id_server_unbind_result
420420
tags:
421-
- User data
421+
- Account management
422422
"/account/3pid/email/requestToken":
423423
post:
424424
summary: Begins the validation process for an email address for association with the user's account.
@@ -471,7 +471,7 @@ paths:
471471
"error": "Third party identifier already in use"
472472
}
473473
tags:
474-
- User data
474+
- Account management
475475
"/account/3pid/msisdn/requestToken":
476476
post:
477477
summary: Begins the validation process for a phone number for association with the user's account.
@@ -521,4 +521,4 @@ paths:
521521
"error": "Third party identifier already in use"
522522
}
523523
tags:
524-
- User data
524+
- Account management

data/api/client-server/registration.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ paths:
214214
schema:
215215
"$ref": "definitions/errors/rate_limited.yaml"
216216
tags:
217-
- User data
217+
- Account management
218218
"/register/email/requestToken":
219219
post:
220220
summary: Begins the validation process for an email to be used during registration.
@@ -266,7 +266,7 @@ paths:
266266
schema:
267267
"$ref": "definitions/errors/error.yaml"
268268
tags:
269-
- User data
269+
- Account management
270270
"/register/msisdn/requestToken":
271271
post:
272272
summary: Requests a validation token be sent to the given phone number for the purpose of registering an account
@@ -318,7 +318,7 @@ paths:
318318
schema:
319319
"$ref": "definitions/errors/error.yaml"
320320
tags:
321-
- User data
321+
- Account management
322322
"/account/password":
323323
post:
324324
summary: "Changes a user's password."
@@ -382,7 +382,7 @@ paths:
382382
schema:
383383
"$ref": "definitions/errors/rate_limited.yaml"
384384
tags:
385-
- User data
385+
- Account management
386386
"/account/password/email/requestToken":
387387
post:
388388
summary: Requests a validation token be sent to the given email address for the purpose of resetting a user's password
@@ -439,7 +439,7 @@ paths:
439439
"error": "Email not found"
440440
}
441441
tags:
442-
- User data
442+
- Account management
443443
"/account/password/msisdn/requestToken":
444444
post:
445445
summary: Requests a validation token be sent to the given phone number for the purpose of resetting a user's password.
@@ -496,7 +496,7 @@ paths:
496496
"error": "Phone number not found"
497497
}
498498
tags:
499-
- User data
499+
- Account management
500500
"/account/deactivate":
501501
post:
502502
summary: "Deactivate a user's account."
@@ -573,7 +573,7 @@ paths:
573573
schema:
574574
"$ref": "definitions/errors/rate_limited.yaml"
575575
tags:
576-
- User data
576+
- Account management
577577
"/register/available":
578578
get:
579579
summary: Checks to see if a username is available on the server.
@@ -635,4 +635,4 @@ paths:
635635
schema:
636636
"$ref": "definitions/errors/rate_limited.yaml"
637637
tags:
638-
- User data
638+
- Account management

data/api/client-server/users.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ paths:
107107
schema:
108108
"$ref": "definitions/errors/rate_limited.yaml"
109109
tags:
110-
- User data
110+
- User directory

data/api/client-server/whoami.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ paths:
8989
schema:
9090
"$ref": "definitions/errors/rate_limited.yaml"
9191
tags:
92-
- User data
92+
- Session management

0 commit comments

Comments
 (0)