Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/components/connectors/protocol/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ The following variables are available in the context of the response expression:
- **headers**: Response headers.
- **document**: If the `Store response` checkbox is selected, this field represents the stored document:
- **documentId**: The ID of the stored document.
- **contentHash**: The hash of the stored document.
- **storeId**: The store ID.
- **metadata**: Metadata of the stored document (if available).
- **size**: Size of the stored document (in bytes).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ The following fields are available in the returned object variable:
- **headers**: Response headers.
- **document**: If the `Store response` checkbox is selected, this field represents the stored document:
- **documentId**: The ID of the stored document.
- **contentHash**: The hash of the stored document.
- **storeId**: The store ID.
- **metadata**: Metadata of the stored document (if available).
- **size**: Size of the stored document (in bytes).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ The following variables are available in the context of the response expression:
- **headers**: Response headers.
- **document**: If the `Store response` checkbox is selected, this field represents the stored document:
- **documentId**: The ID of the stored document.
- **contentHash**: The hash of the stored document.
- **storeId**: The store ID.
- **metadata**: Metadata of the stored document (if available).
- **size**: Size of the stored document (in bytes).
Expand Down
Loading