@@ -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.
@@ -265,6 +265,8 @@ paths:
265265 }
266266 schema :
267267 " $ref " : " definitions/errors/error.yaml"
268+ tags :
269+ - Account management
268270 " /register/msisdn/requestToken " :
269271 post :
270272 summary : Requests a validation token be sent to the given phone number for the purpose of registering an account
@@ -315,6 +317,8 @@ paths:
315317 }
316318 schema :
317319 " $ref " : " definitions/errors/error.yaml"
320+ tags :
321+ - Account management
318322 " /account/password " :
319323 post :
320324 summary : " Changes a user's password."
@@ -378,7 +382,7 @@ paths:
378382 schema :
379383 " $ref " : " definitions/errors/rate_limited.yaml"
380384 tags :
381- - User data
385+ - Account management
382386 " /account/password/email/requestToken " :
383387 post :
384388 summary : Requests a validation token be sent to the given email address for the purpose of resetting a user's password
@@ -434,6 +438,8 @@ paths:
434438 " errcode " : " M_THREEPID_NOT_FOUND" ,
435439 " error " : " Email not found"
436440 }
441+ tags :
442+ - Account management
437443 " /account/password/msisdn/requestToken " :
438444 post :
439445 summary : Requests a validation token be sent to the given phone number for the purpose of resetting a user's password.
@@ -489,6 +495,8 @@ paths:
489495 " errcode " : " M_THREEPID_NOT_FOUND" ,
490496 " error " : " Phone number not found"
491497 }
498+ tags :
499+ - Account management
492500 " /account/deactivate " :
493501 post :
494502 summary : " Deactivate a user's account."
@@ -565,7 +573,7 @@ paths:
565573 schema :
566574 " $ref " : " definitions/errors/rate_limited.yaml"
567575 tags :
568- - User data
576+ - Account management
569577 " /register/available " :
570578 get :
571579 summary : Checks to see if a username is available on the server.
@@ -627,4 +635,4 @@ paths:
627635 schema :
628636 " $ref " : " definitions/errors/rate_limited.yaml"
629637 tags :
630- - User data
638+ - Account management
0 commit comments