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>
This commit is contained in:
parent
5d0d5a3981
commit
2fa7b59e1a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue