diff --git a/docs/api.yaml b/docs/api.yaml index 7b6c56f85..7dad78f40 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 @@ -12263,7 +12263,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' @@ -12658,7 +12658,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