Generate swagger-ui output for client-server API

Depends on:
https://github.com/matrix-org/matrix-doc/pull/212
https://github.com/matrix-org/matrix-doc/pull/208
https://github.com/matrix-org/matrix-doc/pull/207
for the actual rendered output to not throw javascript errors at runtime.
This commit is contained in:
Daniel Wagner-Hall 2015-12-07 12:45:13 +00:00
parent c9fee294df
commit 1f5b6271f2
36 changed files with 192 additions and 54 deletions

View file

@ -84,6 +84,8 @@ paths:
type: string
description: |-
The ID of the filter that was created.
tags:
- Room participation
"/user/{userId}/filter/{filterId}":
get:
summary: Download a filter
@ -137,3 +139,5 @@ paths:
type: object
allOf:
- $ref: "definitions/sync_filter.json"
tags:
- Room participation