File tree Expand file tree Collapse file tree 10 files changed +17
-2
lines changed
changelogs/client_server/newsfragments Expand file tree Collapse file tree 10 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ Add titles for OpenAPI objects.
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414type : object
15+ title : Error
1516description : A Matrix-level Error
1617properties :
1718 errcode :
@@ -22,4 +23,4 @@ properties:
2223 type : string
2324 description : A human-readable error message.
2425 example : An unknown error occurred
25- required : ["errcode"]
26+ required : ["errcode"]
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414$ref : error.yaml
1515type : object
16+ title : RateLimitError
1617description : The rate limit was reached for this request
1718properties :
1819 errcode :
@@ -29,4 +30,4 @@ properties:
2930 The amount of time in milliseconds the client should wait
3031 before trying the request again.
3132 example : 2000
32- required : ["errcode"]
33+ required : ["errcode"]
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ properties:
2121 type : object
2222 type : array
2323type : object
24+ title : EventBatch
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515type : object
16+ title : OpenIdCredentials
1617properties :
1718 access_token :
1819 type : string
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414type : object
15+ title : RequestTokenResponse
1516properties :
1617 sid :
1718 type : string
Original file line number Diff line number Diff line change @@ -25,3 +25,4 @@ properties:
2525 - origin_server_ts
2626 type : array
2727type : object
28+ title : RoomEventBatch
Original file line number Diff line number Diff line change @@ -26,3 +26,4 @@ properties:
2626 - state_key
2727 type : array
2828type : object
29+ title : StateEventBatch
Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ properties:
2424 rooms/{roomId}/messages endpoint.
2525 type : string
2626type : object
27+ title : TimelineBatch
Original file line number Diff line number Diff line change @@ -409,6 +409,7 @@ paths:
409409 description : The update succeeded.
410410 schema :
411411 type : object
412+ title : RoomKeysUpdateResponse
412413 properties :
413414 etag :
414415 description : |-
@@ -519,6 +520,7 @@ paths:
519520 description : The update succeeded
520521 schema :
521522 type : object
523+ title : RoomKeysUpdateResponse
522524 properties :
523525 etag :
524526 description : |-
@@ -580,6 +582,7 @@ paths:
580582 description : The update succeeded
581583 schema :
582584 type : object
585+ title : RoomKeysUpdateResponse
583586 properties :
584587 etag :
585588 description : |-
@@ -692,6 +695,7 @@ paths:
692695 description : The update succeeded
693696 schema :
694697 type : object
698+ title : RoomKeysUpdateResponse
695699 properties :
696700 etag :
697701 description : |-
@@ -773,6 +777,7 @@ paths:
773777 description : The update succeeded
774778 schema :
775779 type : object
780+ title : RoomKeysUpdateResponse
776781 properties :
777782 etag :
778783 description : |-
@@ -895,6 +900,7 @@ paths:
895900 description : The update succeeded
896901 schema :
897902 type : object
903+ title : RoomKeysUpdateResponse
898904 properties :
899905 etag :
900906 description : |-
You can’t perform that action at this time.
0 commit comments