We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5245fb commit aa4a470Copy full SHA for aa4a470
1 file changed
src/main/java/com/contentstack/sdk/CSHttpConnection.java
@@ -186,7 +186,7 @@ public void send() {
186
}
187
188
private void getService(String requestUrl) throws IOException {
189
- this.headers.put(X_USER_AGENT_KEY, "contentstack-java/" + SDK_VERSION);
+ this.headers.put(X_USER_AGENT_KEY, "contentstack-delivery-java/" + SDK_VERSION);
190
this.headers.put(USER_AGENT_KEY, USER_AGENT);
191
this.headers.put(CONTENT_TYPE, APPLICATION_JSON);
192
0 commit comments