File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/connections/destinations/catalog/amberflo Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ analytics.screen({
8181```
8282
8383Segment sends Screen calls to Amberlfo as a ` screen ` meter.
84- ``` json=
84+ ``` json
8585curl --request POST \
8686 --url https://app.amberflo.io/ingest \
8787 --header 'Accept: application/json' \
@@ -125,7 +125,7 @@ analytics.identify({
125125
126126Segment sends Identify calls to Amberflo as a ` customer ` record.
127127
128- ``` json=
128+ ``` json
129129curl --request PUT \
130130 --url https://app.amberflo.io/customers \
131131 --header 'Accept: application/json' \
@@ -166,7 +166,7 @@ analytics.track({
166166
167167Segment sends Track calls to Amberflo as a meter ingestion record with ` meterApiName=track.event ` .
168168
169- ``` json=
169+ ``` json
170170curl --request POST \
171171 --url https://app.amberflo.io/ingest \
172172 --header 'Accept: application/json' \
You can’t perform that action at this time.
0 commit comments