3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Fix API asset reference examples ("asset" not "assets").

This commit is contained in:
Michael Stenta 2019-03-08 14:16:44 -05:00
parent d7d6c30704
commit 4aca9a6a11

View file

@ -203,7 +203,7 @@ A log with a movement looks like this:
"name": "Example movement log",
"type": "farm_activity",
"timestamp": "1551983893",
"assets": [
"asset": [
{"id": "123"},
],
"movement": {
@ -231,7 +231,7 @@ A log with a group membership change looks like this:
"name": "Example group membership change log",
"type": "farm_activity",
"timestamp": "1551983893",
"assets": [
"asset": [
{"id": "123"},
],
"membership": {