From c7522a61469aad277c0f5c54d35a995b6124d546 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 11 Jun 2024 16:13:15 -0600 Subject: [PATCH] Reference RFC 1341 --- data/api/server-server/content_repository.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/api/server-server/content_repository.yaml b/data/api/server-server/content_repository.yaml index 89b9d138..02b367df 100644 --- a/data/api/server-server/content_repository.yaml +++ b/data/api/server-server/content_repository.yaml @@ -37,8 +37,8 @@ paths: schema: # This is a workaround for us not being able to say the response is required. description: |- - **Required.** MUST contain a `boundary` delineating exactly two - parts: + **Required.** MUST contain a `boundary` (per [RFC 1341](https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html)) + delineating exactly two parts: The first part has a `Content-Type` header of `application/json` and describes the media's metadata, if any. Currently, this will @@ -149,8 +149,8 @@ paths: schema: # This is a workaround for us not being able to say the response is required. description: |- - **Required.** MUST contain a `boundary` delineating exactly two - parts: + **Required.** MUST contain a `boundary` (per [RFC 1341](https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html)) + delineating exactly two parts: The first part has a `Content-Type` header of `application/json` and describes the media's metadata, if any. Currently, this will