fix: 🐛 Correct some incorrect links

This commit is contained in:
Jesse Wierzbinski 2024-08-14 16:32:44 +02:00
parent 0ae85ccd42
commit c1e94ce128
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ Messages sent over the WebSocket connection are JSON objects.
<Property name="signed_by" type="URI" required={true}>
Same as the `X-Signed-By` header in HTTP requests.
</Property>
<Property name="entity" type="Entity" required={true} typeLink="/entities/entity">
<Property name="entity" type="Entity" required={true} typeLink="/entities">
Same as the request body in HTTP requests. Must be a string (stringified JSON), not JSON.
</Property>
</Properties>