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
48
48
``` sh
49
49
curl --location --request POST ' https://demo.parseable.io/api/v1/logstream/frontend' \
50
50
--header ' X-P-META-meta1: value1' \
51
- --header ' X-P-TAGS -tag1: value1' \
51
+ --header ' X-P-TAG -tag1: value1' \
52
52
--header ' Authorization: Basic cGFyc2VhYmxlOnBhcnNlYWJsZQ==' \
53
53
--header ' Content-Type: application/json' \
54
54
--data-raw ' [
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ use crate::storage::ObjectStorage;
31
31
use crate :: utils:: header_parsing:: collect_labelled_headers;
32
32
use crate :: utils:: { self , merge} ;
33
33
34
- const PREFIX_TAGS : & str = "x-p-tags -" ;
34
+ const PREFIX_TAGS : & str = "x-p-tag -" ;
35
35
const PREFIX_META : & str = "x-p-meta-" ;
36
36
const SEPARATOR : char = '^' ;
37
37
You can’t perform that action at this time.
0 commit comments