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

Commit af97ee8

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,13 @@ 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
118117
"element": "path.to.foo",
119-
// path to object where to store encryption fields in request json body
120118
"obj": "path.to.encryptedFoo"
121119
}
122120
],
123121
"toDecrypt": [
124122
{
125-
// path to element with encryption fields in the response json body
126123
"element": "path.to.encryptedFoo",
127-
// path to object where to store decrypted fields in response json body
128124
"obj": "path.to.foo"
129125
}
130126
]

0 commit comments

Comments
 (0)