fix: 🐛 Finish InstanceMetadata rename

This commit is contained in:
Jesse Wierzbinski 2024-08-17 22:16:59 +02:00
parent 290b6f96e9
commit 94f437f539
No known key found for this signature in database
7 changed files with 7 additions and 7 deletions

View file

@ -24,7 +24,7 @@ Having the authorization is defined as:
This entity does not have a URI.
</Property>
<Property name="author" type="URI | null" required={true} typeLink="/types#uri">
URI of the `User` who is deleting the entity. [Can be set to `null` to represent the instance](/entities/server-metadata#the-null-author).
URI of the `User` who is deleting the entity. [Can be set to `null` to represent the instance](/entities/instance-metadata#the-null-author).
</Property>
<Property name="target" type="URI" required={true} typeLink="/types#uri">
URI of the entity being deleted.