Use correct API versions

pull/3870/head
Nick Mills-Barrett 1 year ago
parent ba15fa9fc5
commit af3d0fcb8d
No known key found for this signature in database
GPG Key ID: 31F23F2CF354937B

@ -23,7 +23,7 @@ The proposal modifies the MSC2246 create endpoint to optionally include a URL th
client may use to upload the content for the created MXID. This is considered optional and the client may use to upload the content for the created MXID. This is considered optional and the
client may continue to upload via the new upload endpoint defined in MSC2246. client may continue to upload via the new upload endpoint defined in MSC2246.
`POST /_matrix/media/v3/create` `POST /_matrix/media/v1/create`
**Example response** **Example response**
@ -44,7 +44,7 @@ The response to the upload is implementation specific depending on the target se
should interpret standard HTTP responses, a 200 or 201 indicating successful upload. Once the upload should interpret standard HTTP responses, a 200 or 201 indicating successful upload. Once the upload
is complete, the client must notify the media server via a new endpoint: is complete, the client must notify the media server via a new endpoint:
`POST /_matrix/media/v3/upload/{serverName}/{mediaId}/complete` `POST /_matrix/media/v1/upload/{serverName}/{mediaId}/complete`
**Example response** **Example response**

Loading…
Cancel
Save