Update home authored by Remi  PLANEL's avatar Remi PLANEL
...@@ -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