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
d | r | b | m | property | type | ref | access
$DATASET | | |
| | | Place | | id |
| | | | id | integer | | open
| | | | name | string | | open
| | | | | | |
| | Place | | name |
| | | | | | |
| | | Country | | id |
| | | | id | integer | | open
| | | | name | | | open
| | | | | | |
| | | City | | id |
| | | | id | integer | | open
| | | | name | | | open
| | | | country | ref | Country | open
LTU=d55e65c6-97c9-4cd3-99ff-ae34e268289b
VLN=2074d66e-0dfd-4233-b1ec-199abc994d0c
http POST "$SERVER/$DATASET/Place"$AUTH _id=$LTU id:=1 name=Lithuania
http POST "$SERVER/$DATASET/Country"$AUTH _id=$LTU id:=10
http POST "$SERVER/$DATASET/Place"$AUTH _id=$VLN id:=2 name=Vilnius
http POST "$SERVER/$DATASET/City"$AUTH _id=$VLN id:=20 country[_id]=$LTU
http GET "$SERVER/$DATASET/City?select(id,name,country.name)&format(ascii)"
HTTP/1.1 500 Internal Server Error
tail $BASEDIR/spinta.log
Related
The text was updated successfully, but these errors were encountered: