Skip to content

Commit 3a77f4e

Browse files
Add link to doc of notification headers
1 parent 470641b commit 3a77f4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/de/bitzeche/video/transcoding/zencoder/job/ZencoderNotification.java

+3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ public void setFormat(String format) {
7373
this.format = format;
7474
}
7575

76+
/**
77+
* @param headers see https://app.zencoder.com/docs/api/encoding/notifications/notification-headers
78+
*/
7679
public void setHeaders(Map<String, String> headers) {
7780
this.headers = headers;
7881
}

0 commit comments

Comments
 (0)