mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 19:09:16 +01:00
docs: ♻️ Removed usage of null author, mandate usage of null for unset fields
This commit is contained in:
parent
b2f98c1311
commit
e6f7a27d3e
5 changed files with 9 additions and 13 deletions
|
|
@ -24,8 +24,8 @@ Having the authorization is defined as:
|
|||
<Row>
|
||||
<Col>
|
||||
<Properties name="Delete">
|
||||
<Property name="author" type="Reference | null" required={true} typeLink="/types#reference">
|
||||
[Reference](/types#reference) to the `User` who is deleting the entity. [Can be set to `null` to represent the instance](/entities/instance-metadata#the-null-author).
|
||||
<Property name="author" type="Reference" required={true} typeLink="/types#reference">
|
||||
[Reference](/types#reference) to the `User` who is deleting the entity.
|
||||
</Property>
|
||||
<Property name="deleted_type" type="string" required={true}>
|
||||
Type of the entity being deleted.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue