Skip to content

Commit d489193

Browse files
authored
Merge pull request #78 from cipherstash/coderdan-patch-1
Corrected key name for identifier in spec docs
2 parents abe36d6 + c0d6ee5 commit d489193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/PAYLOAD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The plaintext json payload that is sent from the client to CipherStash Proxy in
1111
"v": 1,
1212
"k": "pt",
1313
"p": "plaintext value",
14-
"e": {
14+
"i": {
1515
"t": "table_name",
1616
"c": "column_name"
1717
}
@@ -28,7 +28,7 @@ CipherStash Proxy will handle the plaintext payload and create the encrypted pay
2828
"v": 1,
2929
"k": "ct",
3030
"c": "ciphertext value",
31-
"e": {
31+
"i": {
3232
"t": "table_name",
3333
"c": "column_name"
3434
}

0 commit comments

Comments
 (0)