Fix profile property in documentation of AccountMigration entity

This commit is contained in:
Benjamin Neff 2021-10-23 17:22:51 +02:00
parent 0d12770262
commit 78ee282c9c
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -9,7 +9,7 @@ This entity is sent when a person changes their diaspora* ID (e.g. when a user m
| Property | Type | Description |
| ----------- | ---------------------------- | ------------------------------------------------------------------------------------ |
| `author` | [diaspora\* ID][diaspora-id] | The diaspora\* ID of the sender of the entity. The entity may be sent by either old user identity or new user identity. |
| `person` | [Profile][profile] | New profile of a person. |
| `profile` | [Profile][profile] | New profile of a person. |
| `signature` | [Signature][signature] | Signature that validates original and target diaspora* IDs with the private key of the second identity, other than the entity author. So if the author is the old identity then this signature is made with the new identity key, and vice versa. |
## Optional Properties