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 @@ host: localhost:8090
|
|||
schemes:
|
||||
- https
|
||||
- http
|
||||
basePath: /_matrix/identity/api/v1
|
||||
basePath: /_matrix/identity/api/%IDENTITY_MAJOR_VERSION%
|
||||
produces:
|
||||
- application/json
|
||||
paths:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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: |-
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue