mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
fix: 🐛 Fix mismatched field name
This commit is contained in:
parent
08293eebfe
commit
03f51fd1f2
|
|
@ -29,7 +29,7 @@ Having the authorization is defined as:
|
|||
<Property name="deleted_type" type="string" required={true}>
|
||||
Type of the entity being deleted.
|
||||
</Property>
|
||||
<Property name="target" type="URI" required={true} typeLink="/types#uri">
|
||||
<Property name="deleted" type="URI" required={true} typeLink="/types#uri">
|
||||
URI of the entity being deleted.
|
||||
</Property>
|
||||
</Properties>
|
||||
|
|
|
|||
Loading…
Reference in a new issue