Replace references to obsolete RFC 1341 with RFC 2046

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2024-06-13 21:09:01 +02:00
parent 672af37cbd
commit 89d3b1ebb8
No known key found for this signature in database
GPG key ID: 0C971D9DBC9D678D

View file

@ -37,7 +37,7 @@ 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` (per [RFC 1341](https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html)) **Required.** MUST contain a `boundary` (per [RFC 2046](https://datatracker.ietf.org/doc/html/rfc2046#section-5.1))
delineating exactly two 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`
@ -154,7 +154,7 @@ 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` (per [RFC 1341](https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html)) **Required.** MUST contain a `boundary` (per [RFC 2046](https://datatracker.ietf.org/doc/html/rfc2046#section-5.1))
delineating exactly two 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`