mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
refactor: 📝 Use the term "transient entity" where appropriate
This commit is contained in:
parent
8bb062e887
commit
29f7ccba99
11 changed files with 18 additions and 14 deletions
|
|
@ -5,7 +5,7 @@ export const metadata = {
|
|||
|
||||
# Delete
|
||||
|
||||
Signals the deletion of an entity. {{ className: 'lead' }}
|
||||
Signals the deletion of an entity. It is a **transient entity**. {{ className: 'lead' }}
|
||||
|
||||
## Authorization
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ Having the authorization is defined as:
|
|||
<Col>
|
||||
<Properties>
|
||||
<Property name="uri" type="null" required={false}>
|
||||
This entity does not have a URI.
|
||||
This is a **Transient Entity** and 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/instance-metadata#the-null-author).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue