File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -628,7 +628,7 @@ curl -G -X GET \
628628 -d 'lastN=3' \
629629 -d 'q=sex==%22male%22' \
630630 -d 'timeproperty=modifiedAt' \
631- -d 'options= count' \
631+ -d 'count=true ' \
632632 -d 'pick=id,type,sex,heartRate' \
633633 -d 'timerel=before' \
634634 -d 'timeAt=<current_time>' \
@@ -837,7 +837,7 @@ curl -G -I -X GET 'http://localhost:8080/temporal/entities/' \
837837 -d 'q=sex==%22male%22' \
838838 -d 'timeproperty=modifiedAt' \
839839 -d 'format=temporalValues' \
840- -d 'options= count' \
840+ -d 'count=true ' \
841841 -d 'pick=id,type,sex,heartRate' \
842842 -d 'timerel=before' \
843843 -d 'timeAt=<current_time>'
@@ -884,7 +884,7 @@ curl -G -X GET \
884884 -d 'q=sex==%22male%22' \
885885 -d 'timeproperty=modifiedAt' \
886886 -d 'format=temporalValues' \
887- -d 'options= count' \
887+ -d 'count=true ' \
888888 -d 'pick=id,type,sex,heartRate' \
889889 -d 'timerel=before' \
890890 -d 'timeAt=<current_time>' \
Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ curl -G -X GET \
617617 -d 'lastN=3' \
618618 -d 'q=sex==%22male%22' \
619619 -d 'timeproperty=modifiedAt' \
620- -d 'options= count' \
620+ -d 'count=true ' \
621621 -d 'pick=id,type,sex,heartRate' \
622622 -d 'timerel=before' \
623623 -d 'timeAt=<current_time>' \
@@ -824,7 +824,7 @@ curl -G -I -X GET 'http://localhost:8080/temporal/entities/' \
824824 -d 'q=sex==%22male%22' \
825825 -d 'timeproperty=modifiedAt' \
826826 -d 'format=temporalValues' \
827- -d 'options= count' \
827+ -d 'count=true ' \
828828 -d 'pick=id,type,sex,heartRate' \
829829 -d 'timerel=before' \
830830 -d 'timeAt=<current_time>'
@@ -871,7 +871,7 @@ curl -G -X GET \
871871 -d 'q=sex==%22male%22' \
872872 -d 'timeproperty=modifiedAt' \
873873 -d 'format=temporalValues' \
874- -d 'options= count' \
874+ -d 'count=true ' \
875875 -d 'pick=id,type,sex,heartRate' \
876876 -d 'timerel=before' \
877877 -d 'timeAt=<current_time>' \
You can’t perform that action at this time.
0 commit comments