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/3181/head
Lukas Lihotzki 5 years ago
parent a7b344d45a
commit aeca4dede1

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

Loading…
Cancel
Save