-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path200Response.yaml
More file actions
59 lines (59 loc) · 1.69 KB
/
200Response.yaml
File metadata and controls
59 lines (59 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
description: Response contains the binary stream of the file attachment requested.
headers:
X-Correlation-ID:
$ref: '../../headers/response/CorrelationID.yaml'
X-Request-ID:
$ref: '../../headers/response/RequestID.yaml'
Content-Disposition:
$ref: '../../headers/response/ContentDispositionAttachment.yaml'
Content-Length:
$ref: '../../headers/response/ContentLength.yaml'
Content-Type:
$ref: '../../headers/response/ContentTypeAttachmentsDownload.yaml'
content:
text/plain:
schema:
$ref: '../../file/StringBinarySchema.yaml'
example: 'This is some example text.'
text/html:
schema:
$ref: '../../file/StringBinarySchema.yaml'
application/pdf:
schema:
$ref: '../../file/StringBinarySchema.yaml'
text/xml:
schema:
$ref: '../../file/StringBinarySchema.yaml'
text/rtf:
schema:
$ref: '../../file/StringBinarySchema.yaml'
audio/basic:
schema:
$ref: '../../file/StringBinarySchema.yaml'
audio/mpeg:
schema:
$ref: '../../file/StringBinarySchema.yaml'
image/png:
schema:
$ref: '../../file/StringBinarySchema.yaml'
image/gif:
schema:
$ref: '../../file/StringBinarySchema.yaml'
image/jpeg:
schema:
$ref: '../../file/StringBinarySchema.yaml'
image/tiff:
schema:
$ref: '../../file/StringBinarySchema.yaml'
video/mpeg:
schema:
$ref: '../../file/StringBinarySchema.yaml'
application/msword:
schema:
$ref: '../../file/StringBinarySchema.yaml'
application/vnd.openxmlformats-officedocument.wordprocessingml.document:
schema:
$ref: '../../file/StringBinarySchema.yaml'
application/dicom:
schema:
$ref: '../../file/StringBinarySchema.yaml'