Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 54985ad

Browse files
authored
Update README.md
1 parent 3cafa3d commit 54985ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,17 @@ decrypted_response_payload = fle.decrypt(encrypted_response_payload)
114114
"path": "/resource",
115115
"toEncrypt": [
116116
{
117-
/* path to element to be encrypted in request json body */
117+
// path to element to be encrypted in request json body
118118
"element": "path.to.foo",
119-
/* path to object where to store encryption fields in request json body */
119+
// path to object where to store encryption fields in request json body
120120
"obj": "path.to.encryptedFoo"
121121
}
122122
],
123123
"toDecrypt": [
124124
{
125-
/* path to element with encryption fields in the response json body */
125+
// path to element with encryption fields in the response json body
126126
"element": "path.to.encryptedFoo",
127-
/* path to object where to store decrypted fields in response json body */
127+
// path to object where to store decrypted fields in response json body
128128
"obj": "path.to.foo"
129129
}
130130
]

0 commit comments

Comments
 (0)