diff --git a/data-import-apis.json b/data-import-apis.json index 2ae77ed7..d0a46db2 100644 --- a/data-import-apis.json +++ b/data-import-apis.json @@ -51,7 +51,7 @@ ], "properties": { "": { - "description": "Wraps a single message object. The <muid> will be a primary key/unique Identifier of the message.", + "description": "Wraps a single message object. The **<muid>** will be a primary key/unique Identifier of the message.", "required": [ "muid", "sender", @@ -61,7 +61,7 @@ ], "properties": { "muid": { - "description": "The value should be the same as value of the placeholder <muid> which wraps the message object.", + "description": "The value should be the same as value of the placeholder **<muid>** which wraps the message object.", "type": "string" }, "sender": { @@ -664,14 +664,14 @@ ], "properties": { "": { - "description": "Wraps a user object. The <uid> will be a primary key/unique Identifier of the user.", + "description": "Wraps a user object. The **<uid>** will be a primary key/unique Identifier of the user.", "required": [ "uid", "name" ], "properties": { "uid": { - "description": "The value should be the same as value of the placeholder <uid> which wraps the user object.", + "description": "The value should be the same as value of the placeholder **<uid>** which wraps the user object.", "type": "string" }, "name": { @@ -818,7 +818,7 @@ ], "properties": { "": { - "description": "Wraps a group object. The <guid> will be a primary key/unique Identifier of the group.", + "description": "Wraps a group object. The **<guid>** will be a primary key/unique Identifier of the group.", "required": [ "guid", "name", @@ -826,7 +826,7 @@ ], "properties": { "guid": { - "description": "The value should be the same as value of the placeholder <guid> which wraps the group object.", + "description": "The value should be the same as value of the placeholder **<guid>** which wraps the group object.", "type": "string" }, "name": { @@ -1018,7 +1018,7 @@ ], "properties": { "_member_": { - "description": "Wraps a single member object. The <guid>_member_<uid> will will be a primary key/unique Identifier of the member.", + "description": "Wraps a single member object. The **<guid>_member_<uid>** will will be a primary key/unique Identifier of the member.", "required": [ "memberId", "guid", @@ -1026,7 +1026,7 @@ ], "properties": { "memberId": { - "description": "The value should be the same as value of the placeholder <guid>_member_<uid> which wraps the member object.", + "description": "The value should be the same as value of the placeholder **<guid>_member_<uid>** which wraps the member object.", "type": "string" }, "guid": {