Skip to content

Commit 37384aa

Browse files
committed
fix: add missing fix
1 parent 384b379 commit 37384aa

File tree

1 file changed

+3
-3
lines changed
  • src/connections/destinations/catalog/amberflo

1 file changed

+3
-3
lines changed

src/connections/destinations/catalog/amberflo/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ analytics.screen({
8181
```
8282

8383
Segment sends Screen calls to Amberlfo as a `screen` meter.
84-
```json=
84+
```json
8585
curl --request POST \
8686
--url https://app.amberflo.io/ingest \
8787
--header 'Accept: application/json' \
@@ -125,7 +125,7 @@ analytics.identify({
125125

126126
Segment sends Identify calls to Amberflo as a `customer` record.
127127

128-
```json=
128+
```json
129129
curl --request PUT \
130130
--url https://app.amberflo.io/customers \
131131
--header 'Accept: application/json' \
@@ -166,7 +166,7 @@ analytics.track({
166166

167167
Segment sends Track calls to Amberflo as a meter ingestion record with `meterApiName=track.event`.
168168

169-
```json=
169+
```json
170170
curl --request POST \
171171
--url https://app.amberflo.io/ingest \
172172
--header 'Accept: application/json' \

0 commit comments

Comments
 (0)