Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/reference/PAYLOAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The plaintext json payload that is sent from the client to CipherStash Proxy in
"v": 1,
"k": "pt",
"p": "plaintext value",
"e": {
"i": {
"t": "table_name",
"c": "column_name"
}
Expand All @@ -28,7 +28,7 @@ CipherStash Proxy will handle the plaintext payload and create the encrypted pay
"v": 1,
"k": "ct",
"c": "ciphertext value",
"e": {
"i": {
"t": "table_name",
"c": "column_name"
}
Expand Down