File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Try out Parseable server with our demo instance. Send log data to default log st
4848``` sh
4949curl --location --request POST ' https://demo.parseable.io/api/v1/logstream/frontend' \
5050--header ' X-P-META-meta1: value1' \
51- --header ' X-P-TAGS -tag1: value1' \
51+ --header ' X-P-TAG -tag1: value1' \
5252--header ' Authorization: Basic cGFyc2VhYmxlOnBhcnNlYWJsZQ==' \
5353--header ' Content-Type: application/json' \
5454--data-raw ' [
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ use crate::storage::ObjectStorage;
3131use crate :: utils:: header_parsing:: collect_labelled_headers;
3232use crate :: utils:: { self , merge} ;
3333
34- const PREFIX_TAGS : & str = "x-p-tags -" ;
34+ const PREFIX_TAGS : & str = "x-p-tag -" ;
3535const PREFIX_META : & str = "x-p-meta-" ;
3636const SEPARATOR : char = '^' ;
3737
You can’t perform that action at this time.
0 commit comments