docs: fix deprecated warning in api.md (#1063)

pull/1064/head
Robert Fratto 6 years ago committed by GitHub
parent 65ba42a6e7
commit a3fde23651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/api.md

@ -445,7 +445,7 @@ Response (streamed):
## `POST /loki/api/v1/push`
Alias (DEPRECATED): `POST /loki/api/v1/push`
Alias (DEPRECATED): `POST /api/prom/push`
`/loki/api/v1/push` is the endpoint used to send log entries to Loki. The default
behavior is for the POST body to be a snappy-compressed protobuf messsage:

Loading…
Cancel
Save