Skip to content

Commit 9b24ce9

Browse files
committed
Fix json name of Networks in ServiceSpec
1 parent 8492138 commit 9b24ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/dockerjava/api/model/ServiceSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class ServiceSpec implements Serializable {
4444
/**
4545
* @since 1.24
4646
*/
47-
@JsonProperty("Configs")
47+
@JsonProperty("Networks")
4848
private List<NetworkAttachmentConfig> networks;
4949

5050
/**

0 commit comments

Comments
 (0)