Skip to content

Commit

Permalink
tag -> client id, and get rid of "tag" in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfsage authored and neilj committed Dec 6, 2018
1 parent 58346cc commit 209b647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/mail/messagesubmission.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ The following example presumes a draft of the message to be sent has already bee
}
}, "0" ]]

A successful response might look like this. Note there are two responses due to the implicit Email/set call, but both have the same tag as they are due to the same call in the request:
A successful response might look like this. Note there are two responses due to the implicit Email/set call, but both have the same client id as they are due to the same call in the request:

[[ "EmailSubmission/set", {
"accountId": "ue411d190",
Expand Down
4 changes: 2 additions & 2 deletions spec/mail/searchsnippet.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Here we did an Email/query to search for any email in the account containing the
"M28d12783a0969584b6deaac0",
...
]
}, "tag-0" ]]
}, "0" ]]

Example response:

Expand All @@ -85,4 +85,4 @@ Example response:
...
],
"notFound": null
}, "tag-0" ]]
}, "0" ]]

0 comments on commit 209b647

Please sign in to comment.