Skip to content

Commit 746ff05

Browse files
authored
Match file extension to type (#1247)
1 parent c446725 commit 746ff05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/api.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3670,7 +3670,7 @@ paths:
36703670
items:
36713671
$ref: '#/components/schemas/FormAttachment'
36723672
example:
3673-
- name: myfile.mp3
3673+
- name: myfile.png
36743674
type: image
36753675
exists: true
36763676
blobExists: true
@@ -4198,7 +4198,7 @@ paths:
41984198
items:
41994199
$ref: '#/components/schemas/FormAttachment'
42004200
example:
4201-
- name: myfile.mp3
4201+
- name: myfile.png
42024202
type: image
42034203
exists: true
42044204
blobExists: true
@@ -4899,7 +4899,7 @@ paths:
48994899
items:
49004900
$ref: '#/components/schemas/FormAttachment'
49014901
example:
4902-
- name: myfile.mp3
4902+
- name: myfile.png
49034903
type: image
49044904
exists: true
49054905
blobExists: true
@@ -12263,7 +12263,7 @@ components:
1226312263
properties:
1226412264
name:
1226512265
type: string
12266-
example: myfile.mp3
12266+
example: myfile.png
1226712267
description: The name of the file as specified in the XForm.
1226812268
type:
1226912269
$ref: '#/components/schemas/FormAttachmentType'
@@ -12658,7 +12658,7 @@ components:
1265812658
properties:
1265912659
name:
1266012660
type: string
12661-
example: myfile.mp3
12661+
example: myfile.png
1266212662
description: The name of the file as specified in the Submission XML.
1266312663
exists:
1266412664
type: boolean

0 commit comments

Comments
 (0)