From 73b1ddcbd88ededc0dcc89bbe4d36ab05e167f34 Mon Sep 17 00:00:00 2001 From: Milena Czierlinski Date: Tue, 17 Oct 2023 14:42:23 +0000 Subject: [PATCH] fix: fix prefix of LocalRequest ID --- _includes/scenarios/integrate/data-model-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/scenarios/integrate/data-model-overview.md b/_includes/scenarios/integrate/data-model-overview.md index f967167d4..38a6db54e 100644 --- a/_includes/scenarios/integrate/data-model-overview.md +++ b/_includes/scenarios/integrate/data-model-overview.md @@ -173,7 +173,7 @@ A Local Request contains the local metadata for a [Request](#request). | Name | Type | Description | | --------- | ---------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| id | `string` | {% include descr_id class="LocalRequest" prefix="FIL" %} | +| id | `string` | {% include descr_id class="LocalRequest" prefix="REQ" %} | | isOwn | `boolean` | `true` if you sent the Request, `false` if you received it. | | peer | `string` | The Identity that sent you the corresponding Request/that you sent the Request to. | | createdAt | `string` | {% include descr_createdAt class="LocalRequest" %} |