Skip to content

Commit 1cafffc

Browse files
Amit JoshiAmit Joshi
authored andcommitted
updated json example
1 parent fd2215d commit 1cafffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/sibModel/CreateContact.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public CreateContact email(String email) {
5757
}
5858

5959
/**
60-
* Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in \"SMS\" field should be passed with proper country code. For example {'SMS':'+91xxxxxxxxxx'} or {'SMS':'0091xxxxxxxxxx'}
60+
* Email address of the user. Mandatory if 'SMS' field is not passed in 'attributes' parameter. Mobile Number in 'SMS' field should be passed with proper country code. For example {"SMS":"+91xxxxxxxxxx"} or {"SMS":"0091xxxxxxxxxx"}
6161
* @return email
6262
**/
6363
@ApiModelProperty(example = "[email protected]", value = "Email address of the user. Mandatory if \"SMS\" field is not passed in \"attributes\" parameter. Mobile Number in \"SMS\" field should be passed with proper country code. For example {'SMS':'+91xxxxxxxxxx'} or {'SMS':'0091xxxxxxxxxx'}")
@@ -75,7 +75,7 @@ public CreateContact attributes(Object attributes) {
7575
}
7676

7777
/**
78-
* Pass the set of attributes and their values. These attributes must be present in your SendinBlue account. For eg. {'FNAME':'Elly', 'LNAME':'Roger'}
78+
* Pass the set of attributes and their values. These attributes must be present in your SendinBlue account. For eg. {"FNAME":"Elly", "LNAME":"Roger"}
7979
* @return attributes
8080
**/
8181
@ApiModelProperty(example = "{\"FNAME\":\"Elly\",\"LNAME\":\"Roger\"}", value = "Pass the set of attributes and their values. These attributes must be present in your SendinBlue account. For eg. {'FNAME':'Elly', 'LNAME':'Roger'}")

0 commit comments

Comments
 (0)