You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Resources/doc/serialization-groups-and-relations.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,11 +217,11 @@ services:
217
217
218
218
### Entity identifier case
219
219
220
-
Actually we identify the entity identifier from Doctrine Identifier.
220
+
Actually we identify the entity identifier from [Doctrine Identifier](http://doctrine-orm.readthedocs.org/en/latest/reference/basic-mapping.html#identifiers-primary-keys).
221
221
We don't support entity resource with multiple identifier.
222
222
223
-
The entity identifier is never returned like other properties : it's a part of the URI contained in @id field.
224
-
So in the /vocab endpoint : identifier not appear in the properties list.
223
+
The entity identifier is never returned like other properties : it's a part of the URI contained in `@id` field.
224
+
So in the `/vocab` endpoint : identifier not appear in the properties list.
0 commit comments