You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| id |`string`| {% include descr_id class="Relationship" prefix="REL" %} ||
107
-
|template|[`RelationshipTemplate`](#relationshiptemplate)| The RelationshipTemplate that was used to establish this Relationship.||
107
+
|templateId|`string`| The ID of the RelationshipTemplate that was used to establish this Relationship. ||
108
108
| status |`"Pending"`\|`"Active"`\|`"Rejected"`\|`"Revoked"`\|`"Terminated"`\|`"DeletionProposed"`| The status of this Relationship. <br>{::nomarkdown}<ul><li>Pending: the Relationship was created, but not yet accepted by the recipient. In this state you cannot send Messages yet.</li><li>Active: this means that the Relationship is active. As long as it is active, both participants can exchange Messages.</li><li>Rejected: the Relationship was rejected by the recipient.</li><li>Revoked: the Relationship was revoked by the sender.</li><li>Terminated: No Messages can be sent. Either side can request reactivation from the peer.</li><li>Deletion Proposed: Your peer has decomposed the Relationship, i. e. locally deleted the Relationship and data transmitted during it.</li></ul>{:/} ||
109
109
| creationContent |[`RelationshipCreationContent`](#relationshipcreationcontent)\|[`ArbitraryRelationshipCreationContent`](#arbitraryrelationshipcreationcontent)| The content sent along when the Relationship is initiated. If the `template` contains a [RelationshipTemplateContent](#relationshiptemplatecontent), `RelationshipCreationContent` has to be used. Otherwise, an `ArbitraryRelationshipCreationContent` is used, which can be filled with anything. | will be encrypted before sent to the Backbone |
110
110
| peer |`string`| The `address` of the [Identity](#identity) with which you have this Relationship. ||
@@ -186,7 +186,7 @@ The content of the File can be downloaded separately by executing the [Download
186
186
| filename |`string`| The name of the file as it was on the device that uploaded it. | will be encrypted before sent to the Backbone |
187
187
| filesize |`number`| The size of the plaintext file in bytes. | will be encrypted before sent to the Backbone |
188
188
| mimetype |`string`| The [mimetype](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) of the file. | will be encrypted before sent to the Backbone |
189
-
| title |`string`| A human readable title of the file, which can be defined when uploading the File. | will be encrypted before sent to the Backbone |
189
+
| title |`string`\|`undefined`| A human readable title of the file, which can be defined when uploading the File. | will be encrypted before sent to the Backbone |
190
190
| description |`string`\|`undefined`| A human readable description of the file, which can be defined when uploading the File. | will be encrypted before sent to the Backbone |
191
191
| isOwn |`boolean`| {% include descr_isOwn class="File" %} | saved only locally |
192
192
| truncatedReference |`string`| {% include descr_truncatedReference class="File" %} | saved only locally |
0 commit comments