diff --git a/proposals/3468-mxc-hash.md b/proposals/3468-mxc-hash.md index 7f5482602..59561a6b0 100644 --- a/proposals/3468-mxc-hash.md +++ b/proposals/3468-mxc-hash.md @@ -88,7 +88,7 @@ Responses: ``` ``` -GET _matrix/media/v4/media/fetch/{hash} +GET _matrix/media/v?/media/fetch/{hash} Rate-limited: Yes Authentication: Yes @@ -187,10 +187,11 @@ be implementation-specific, or be built-into bots like mjolnir. ## Unstable prefix -*If a proposal is implemented before it is included in the spec, then implementers must ensure that the -implementation is compatible with the final version that lands in the spec. This generally means that -experimental implementations should use `/unstable` endpoints, and use vendor prefixes where necessary. -For more information, see [MSC2324](https://github.com/matrix-org/matrix-doc/pull/2324). This section -should be used to document things such as what endpoints and names are being used while the feature is -in development, the name of the unstable feature flag to use to detect support for the feature, or what -migration steps are needed to switch to newer versions of the proposal.* +This MSC uses the unstable prefix `nl.automatia.msc3468`; + +- `_matrix/media/nl.automatia.msc3468/clone/{serverName}/{mediaId}` +- `_matrix/media/nl.automatia.msc3468/hash/{serverName}/{mediaId}` +- `_matrix/federation/nl.automatia.msc3468/media/hash` +- `_matrix/media/nl.automatia.msc3468/media/fetch/{hash}` +- `nl.automatia.msc3468.clone.mxc` +- `nl.automatia.msc3468.mxc.hash` \ No newline at end of file