Skip to content

Commit

Permalink
fix: tags for contacts routes in TiMessengerContactManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
Anneress committed Jan 24, 2025
1 parent 597c982 commit b2572c1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/openapi/TiMessengerContactManagement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ info:
TI-Messenger-Client ---> Messenger-Proxy
# Contact
version: 1.0.2
version: 1.0.3
### 1.0.3
# - fixed tags of routes to create combined class for contacts routes
### 1.0.2
# - raised patch number in server url due to bugfixing
# - changed MXID description and example
Expand Down Expand Up @@ -78,7 +80,7 @@ paths:

get:
tags:
- getContacts
- contacts
description: "Returns the contacts with invite settings."
operationId: getContacts
responses:
Expand All @@ -93,7 +95,7 @@ paths:

post:
tags:
- createContactSetting
- contacts
description: "Creates the setting for the contact {mxid}."
operationId: createContactSetting
requestBody:
Expand All @@ -116,7 +118,7 @@ paths:

put:
tags:
- updateContactSetting
- contacts
description: "Updates the setting for the contact {mxid}."
operationId: updateContactSetting
requestBody:
Expand Down Expand Up @@ -146,7 +148,7 @@ paths:

get:
tags:
- getContact
- contacts
description: "Returns the contacts with invite settings."
operationId: getContact
responses:
Expand All @@ -161,7 +163,7 @@ paths:

delete:
tags:
- deleteContactSetting
- contacts
description: "Deletes the setting for the contact {mxid}."
operationId: deleteContactSetting
responses:
Expand Down

0 comments on commit b2572c1

Please sign in to comment.