mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-19 01:24:09 +02:00
Reference RFC 1341
This commit is contained in:
parent
70e70cbda9
commit
c7522a6146
|
|
@ -37,8 +37,8 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
# This is a workaround for us not being able to say the response is required.
|
# This is a workaround for us not being able to say the response is required.
|
||||||
description: |-
|
description: |-
|
||||||
**Required.** MUST contain a `boundary` delineating exactly two
|
**Required.** MUST contain a `boundary` (per [RFC 1341](https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html))
|
||||||
parts:
|
delineating exactly two parts:
|
||||||
|
|
||||||
The first part has a `Content-Type` header of `application/json`
|
The first part has a `Content-Type` header of `application/json`
|
||||||
and describes the media's metadata, if any. Currently, this will
|
and describes the media's metadata, if any. Currently, this will
|
||||||
|
|
@ -149,8 +149,8 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
# This is a workaround for us not being able to say the response is required.
|
# This is a workaround for us not being able to say the response is required.
|
||||||
description: |-
|
description: |-
|
||||||
**Required.** MUST contain a `boundary` delineating exactly two
|
**Required.** MUST contain a `boundary` (per [RFC 1341](https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html))
|
||||||
parts:
|
delineating exactly two parts:
|
||||||
|
|
||||||
The first part has a `Content-Type` header of `application/json`
|
The first part has a `Content-Type` header of `application/json`
|
||||||
and describes the media's metadata, if any. Currently, this will
|
and describes the media's metadata, if any. Currently, this will
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue