Changes
Page history
Update home
authored
Oct 13, 2023
by
Remi PLANEL
Show whitespace changes
Inline
Side-by-side
home.md
View page @
6e632740
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
curl
\
curl
\
-X
PUT
'http://localhost:7700/indexes/refseq/settings/filterable-attributes'
\
-X
PUT
'http://localhost:7700/indexes/refseq/settings/filterable-attributes'
\
-H
'Content-Type: application/json'
\
-H
'Content-Type: application/json'
\
-H
'Authorization: Bearer MASTER_KEY'
-H
'Authorization: Bearer MASTER_KEY'
\
--data-binary
'[
--data-binary
'[
"type",
"type",
"subtype",
"subtype",
...
@@ -16,8 +16,6 @@ curl \
...
@@ -16,8 +16,6 @@ curl \
"order",
"order",
"class",
"class",
"phylum",
"phylum",
"Superkingdom",
"Superkingdom"
]'
]'
```
```
\ No newline at end of file