OpenAPI: fix tags of add3PID

The tag needs to be set to include add3PID in scripts/swagger/api-docs.json.

Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
pull/3368/head
Lukas Lihotzki 3 years ago committed by Richard van der Hoff
parent 5d0d5a3981
commit 2fa7b59e1a

@ -233,6 +233,8 @@ paths:
description: This request was rate-limited.
schema:
"$ref": "definitions/errors/rate_limited.yaml"
tags:
- User data
"/account/3pid/bind":
post:
summary: Binds a 3PID to the user's account through an Identity Service.

Loading…
Cancel
Save