Debraj Manna
06/13/2023, 5:38 PMid
and the other one has no id
? Can someone let me know
1. what is the importance of id
?
2. What happens if no id
is specified? Does wiremock generate one for the mapping if no id
is specified?Tom
06/13/2023, 6:39 PMid
is generated if not present so you don’t need to set one. It can be useful to do so if you later want to use it for an update or delete.Debraj Manna
06/14/2023, 9:47 AMid
as well as uuid
field both having the same value. Do I need to specify uuid
also if i am specifying id
in my mapping?Oleg Nenashev
06/14/2023, 10:33 AMTom
06/14/2023, 11:16 AMuuid
is there for backwards compatibility reasons and will disappear, probably in 3.x