mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 23:15:53 +08:00
fix: remove trailing slash from http payload (#6176)
This commit is contained in:
parent
90ae55264a
commit
7ed689693f
@ -60,7 +60,7 @@ This is a **sample cURL request** which can be used as a template:
|
|||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl --location 'https://ingest.{{REGION}}.signoz.cloud:443/logs/json/' \
|
curl --location 'https://ingest.{{REGION}}.signoz.cloud:443/logs/json' \
|
||||||
--header 'Content-Type: application/json' \
|
--header 'Content-Type: application/json' \
|
||||||
--header 'signoz-access-token: {{SIGNOZ_INGESTION_KEY}}' \
|
--header 'signoz-access-token: {{SIGNOZ_INGESTION_KEY}}' \
|
||||||
--data '[
|
--data '[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user