Skip to content

Commit a889537

Browse files
committed
fix: add contentHash to document properties
1 parent 0882c24 commit a889537

File tree

3 files changed

+3
-0
lines changed
  • docs/components/connectors/protocol
  • versioned_docs
    • version-8.7/components/connectors/protocol
    • version-8.8/components/connectors/protocol

3 files changed

+3
-0
lines changed

docs/components/connectors/protocol/rest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ The following variables are available in the context of the response expression:
281281
- **headers**: Response headers.
282282
- **document**: If the `Store response` checkbox is selected, this field represents the stored document:
283283
- **documentId**: The ID of the stored document.
284+
- **contentHash**: The hash of the stored document.
284285
- **storeId**: The store ID.
285286
- **metadata**: Metadata of the stored document (if available).
286287
- **size**: Size of the stored document (in bytes).

versioned_docs/version-8.7/components/connectors/protocol/rest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ The following fields are available in the returned object variable:
281281
- **headers**: Response headers.
282282
- **document**: If the `Store response` checkbox is selected, this field represents the stored document:
283283
- **documentId**: The ID of the stored document.
284+
- **contentHash**: The hash of the stored document.
284285
- **storeId**: The store ID.
285286
- **metadata**: Metadata of the stored document (if available).
286287
- **size**: Size of the stored document (in bytes).

versioned_docs/version-8.8/components/connectors/protocol/rest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ The following variables are available in the context of the response expression:
281281
- **headers**: Response headers.
282282
- **document**: If the `Store response` checkbox is selected, this field represents the stored document:
283283
- **documentId**: The ID of the stored document.
284+
- **contentHash**: The hash of the stored document.
284285
- **storeId**: The store ID.
285286
- **metadata**: Metadata of the stored document (if available).
286287
- **size**: Size of the stored document (in bytes).

0 commit comments

Comments
 (0)