Skip to content

Commit 1189865

Browse files
committed
Update Requests to use pick and format
1 parent 0573835 commit 1189865

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>' \

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>' \

0 commit comments

Comments
 (0)