Skip to content

Commit 89e75a1

Browse files
committed
Return stream
1 parent 627d2ad commit 89e75a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srv/scheduling/provider-service.cds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ service SchedulingProviderService {
137137
data,
138138
}
139139
actions {
140-
function data() returns LargeBinary;
140+
function data() returns @Core.MediaType: 'application/octet-stream' LargeBinary;
141141
};
142142

143143
@title: null

0 commit comments

Comments
 (0)