Prepare the identity service and server-server APIs for r0
* Create the changelog scaffolding * Set up the variables for versioning
This commit is contained in:
parent
5f06694b6f
commit
d370a2c6fd
33 changed files with 146 additions and 40 deletions
|
@ -19,7 +19,7 @@ info:
|
|||
host: localhost:8448
|
||||
schemes:
|
||||
- https
|
||||
basePath: /_matrix/federation/v1
|
||||
basePath: /_matrix/federation/%SERVER_MAJOR_VERSION%
|
||||
consumes:
|
||||
- application/json
|
||||
produces:
|
||||
|
|
|
@ -19,7 +19,7 @@ info:
|
|||
host: localhost:8448
|
||||
schemes:
|
||||
- https
|
||||
basePath: /_matrix/federation/v1
|
||||
basePath: /_matrix/federation/%SERVER_MAJOR_VERSION%
|
||||
consumes:
|
||||
- application/json
|
||||
produces:
|
||||
|
|
|
@ -19,7 +19,7 @@ info:
|
|||
host: localhost:8448
|
||||
schemes:
|
||||
- https
|
||||
basePath: /_matrix/federation/v1
|
||||
basePath: /_matrix/federation/%SERVER_MAJOR_VERSION%
|
||||
produces:
|
||||
- application/json
|
||||
securityDefinitions:
|
||||
|
|
|
@ -19,7 +19,7 @@ info:
|
|||
host: localhost:8448
|
||||
schemes:
|
||||
- https
|
||||
basePath: /_matrix/federation/v1
|
||||
basePath: /_matrix/federation/%SERVER_MAJOR_VERSION%
|
||||
consumes:
|
||||
- application/json
|
||||
produces:
|
||||
|
|
|
@ -19,7 +19,7 @@ info:
|
|||
host: localhost:8448
|
||||
schemes:
|
||||
- https
|
||||
basePath: /_matrix/federation/v1
|
||||
basePath: /_matrix/federation/%SERVER_MAJOR_VERSION%
|
||||
consumes:
|
||||
- application/json
|
||||
produces:
|
||||
|
|
|
@ -19,7 +19,7 @@ info:
|
|||
host: localhost:8448
|
||||
schemes:
|
||||
- https
|
||||
basePath: /_matrix/key/v2
|
||||
basePath: /_matrix/key/%KEYS_MAJOR_VERSION%
|
||||
consumes:
|
||||
- application/json
|
||||
produces:
|
||||
|
|
|
@ -19,7 +19,7 @@ info:
|
|||
host: localhost:8448
|
||||
schemes:
|
||||
- https
|
||||
basePath: /_matrix/key/v2
|
||||
basePath: /_matrix/key/%KEYS_MAJOR_VERSION%
|
||||
produces:
|
||||
- application/json
|
||||
paths:
|
||||
|
|
|
@ -19,7 +19,7 @@ info:
|
|||
host: localhost:8448
|
||||
schemes:
|
||||
- https
|
||||
basePath: /_matrix/federation/v1
|
||||
basePath: /_matrix/federation/%SERVER_MAJOR_VERSION%
|
||||
consumes:
|
||||
- application/json
|
||||
produces:
|
||||
|
|
|
@ -20,7 +20,7 @@ info:
|
|||
host: localhost:8448
|
||||
schemes:
|
||||
- https
|
||||
basePath: /_matrix/federation/v1
|
||||
basePath: /_matrix/federation/%SERVER_MAJOR_VERSION%
|
||||
produces:
|
||||
- application/json
|
||||
paths:
|
||||
|
|
|
@ -19,7 +19,7 @@ info:
|
|||
host: localhost:8448
|
||||
schemes:
|
||||
- https
|
||||
basePath: /_matrix/federation/v1
|
||||
basePath: /_matrix/federation/%SERVER_MAJOR_VERSION%
|
||||
produces:
|
||||
- application/json
|
||||
securityDefinitions:
|
||||
|
|
|
@ -20,7 +20,7 @@ info:
|
|||
host: localhost:8448
|
||||
schemes:
|
||||
- https
|
||||
basePath: /_matrix/federation/v1
|
||||
basePath: /_matrix/federation/%SERVER_MAJOR_VERSION%
|
||||
produces:
|
||||
- application/json
|
||||
securityDefinitions:
|
||||
|
|
|
@ -19,7 +19,7 @@ info:
|
|||
host: localhost:8448
|
||||
schemes:
|
||||
- https
|
||||
basePath: /_matrix/federation/v1
|
||||
basePath: /_matrix/federation/%SERVER_MAJOR_VERSION%
|
||||
consumes:
|
||||
- application/json
|
||||
produces:
|
||||
|
|
|
@ -19,7 +19,7 @@ info:
|
|||
host: localhost:8448
|
||||
schemes:
|
||||
- https
|
||||
basePath: /_matrix/federation/v1
|
||||
basePath: /_matrix/federation/%SERVER_MAJOR_VERSION%
|
||||
consumes:
|
||||
- application/json
|
||||
produces:
|
||||
|
|
|
@ -19,7 +19,7 @@ info:
|
|||
host: localhost:8448
|
||||
schemes:
|
||||
- https
|
||||
basePath: /_matrix/federation/v1
|
||||
basePath: /_matrix/federation/%SERVER_MAJOR_VERSION%
|
||||
produces:
|
||||
- application/json
|
||||
paths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue