From f443d4173a3e32d018257c4254827535cb25b0d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Sun, 27 Oct 2024 21:38:04 -0700 Subject: [PATCH] Match file extension to type --- docs/api.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api.yaml b/docs/api.yaml index a805c745c..83a8a9156 100644 --- a/docs/api.yaml +++ b/docs/api.yaml @@ -3670,7 +3670,7 @@ paths: items: $ref: '#/components/schemas/FormAttachment' example: - - name: myfile.mp3 + - name: myfile.png type: image exists: true blobExists: true @@ -4198,7 +4198,7 @@ paths: items: $ref: '#/components/schemas/FormAttachment' example: - - name: myfile.mp3 + - name: myfile.png type: image exists: true blobExists: true @@ -4899,7 +4899,7 @@ paths: items: $ref: '#/components/schemas/FormAttachment' example: - - name: myfile.mp3 + - name: myfile.png type: image exists: true blobExists: true @@ -12264,7 +12264,7 @@ components: properties: name: type: string - example: myfile.mp3 + example: myfile.png description: The name of the file as specified in the XForm. type: $ref: '#/components/schemas/FormAttachmentType' @@ -12659,7 +12659,7 @@ components: properties: name: type: string - example: myfile.mp3 + example: myfile.png description: The name of the file as specified in the Submission XML. exists: type: boolean