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:
Travis Ralston 2018-08-24 17:11:40 -06:00
parent 5f06694b6f
commit d370a2c6fd
33 changed files with 146 additions and 40 deletions

View file

@ -19,7 +19,7 @@ host: localhost:8090
schemes:
- https
- http
basePath: /_matrix/identity/api/v1
basePath: /_matrix/identity/api/%IDENTITY_MAJOR_VERSION%
produces:
- application/json
paths:

View file

@ -19,7 +19,7 @@ host: localhost:8090
schemes:
- https
- http
basePath: /_matrix/identity/api/v1
basePath: /_matrix/identity/api/%IDENTITY_MAJOR_VERSION%
produces:
- application/json
paths:

View file

@ -19,7 +19,7 @@ host: localhost:8090
schemes:
- https
- http
basePath: /_matrix/identity/api/v1
basePath: /_matrix/identity/api/%IDENTITY_MAJOR_VERSION%
produces:
- application/json
paths:

View file

@ -21,7 +21,7 @@ host: localhost:8090
schemes:
- https
- http
basePath: /_matrix/identity/api/v1
basePath: /_matrix/identity/api/%IDENTITY_MAJOR_VERSION%
produces:
- application/json
paths:

View file

@ -19,7 +19,7 @@ host: localhost:8090
schemes:
- https
- http
basePath: /_matrix/identity/api/v1
basePath: /_matrix/identity/api/%IDENTITY_MAJOR_VERSION%
produces:
- application/json
paths:

View file

@ -23,7 +23,7 @@ basePath: /_matrix/identity
produces:
- application/json
paths:
"/api/v1":
"/api/%IDENTITY_MAJOR_VERSION%":
get:
summary: Checks that an Identity server is available at this API endpopint.
description: |-

View file

@ -19,7 +19,7 @@ host: localhost:8090
schemes:
- https
- http
basePath: /_matrix/identity/api/v1
basePath: /_matrix/identity/api/%IDENTITY_MAJOR_VERSION%
produces:
- application/json
paths:

View file

@ -19,7 +19,7 @@ host: localhost:8090
schemes:
- https
- http
basePath: /_matrix/identity/api/v1
basePath: /_matrix/identity/api/%IDENTITY_MAJOR_VERSION%
produces:
- application/json
paths:
@ -46,7 +46,7 @@ paths:
``address`` parameter, notifying them of the invitation.
Also, the generated ephemeral public key will be listed as valid on
requests to ``/_matrix/identity/api/v1/pubkey/ephemeral/isvalid``.
requests to ``/_matrix/identity/api/%IDENTITY_MAJOR_VERSION%/pubkey/ephemeral/isvalid``.
operationId: storeInvite
parameters:
- in: body