Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions data-import-apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
],
"properties": {
"<muid>": {
"description": "Wraps a single message object. The <b>&lt;muid&gt;</b> will be a primary key/unique Identifier of the message.",
"description": "Wraps a single message object. The **&lt;muid&gt;** will be a primary key/unique Identifier of the message.",
"required": [
"muid",
"sender",
Expand All @@ -61,7 +61,7 @@
],
"properties": {
"muid": {
"description": "The value should be the same as value of the placeholder <b>&lt;muid&gt;</b> which wraps the message object.",
"description": "The value should be the same as value of the placeholder **&lt;muid&gt;** which wraps the message object.",
"type": "string"
},
"sender": {
Expand Down Expand Up @@ -664,14 +664,14 @@
],
"properties": {
"<uid>": {
"description": "Wraps a user object. The <b>&lt;uid&gt;</b> will be a primary key/unique Identifier of the user.",
"description": "Wraps a user object. The **&lt;uid&gt;** 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 <b>&lt;uid&gt;</b> which wraps the user object.",
"description": "The value should be the same as value of the placeholder **&lt;uid&gt;** which wraps the user object.",
"type": "string"
},
"name": {
Expand Down Expand Up @@ -818,15 +818,15 @@
],
"properties": {
"<guid>": {
"description": "Wraps a group object. The <b>&lt;guid&gt;</b> will be a primary key/unique Identifier of the group.",
"description": "Wraps a group object. The **&lt;guid&gt;** will be a primary key/unique Identifier of the group.",
"required": [
"guid",
"name",
"type"
],
"properties": {
"guid": {
"description": "The value should be the same as value of the placeholder <b>&lt;guid&gt;</b> which wraps the group object.",
"description": "The value should be the same as value of the placeholder **&lt;guid&gt;** which wraps the group object.",
"type": "string"
},
"name": {
Expand Down Expand Up @@ -1018,15 +1018,15 @@
],
"properties": {
"<guid>_member_<uid>": {
"description": "Wraps a single member object. The <b>&lt;guid&gt;&#95member&#95&lt;uid&gt;</b> will will be a primary key/unique Identifier of the member.",
"description": "Wraps a single member object. The **&lt;guid&gt;&#95member&#95&lt;uid&gt;** will will be a primary key/unique Identifier of the member.",
"required": [
"memberId",
"guid",
"uid"
],
"properties": {
"memberId": {
"description": "The value should be the same as value of the placeholder <b>&lt;guid&gt;&#95member&#95&lt;uid&gt;</b> which wraps the member object.",
"description": "The value should be the same as value of the placeholder **&lt;guid&gt;&#95member&#95&lt;uid&gt;** which wraps the member object.",
"type": "string"
},
"guid": {
Expand Down