| ... | ... | @@ -6,7 +6,7 @@ |
|
|
|
curl \
|
|
|
|
-X PUT 'http://localhost:7700/indexes/refseq/settings/filterable-attributes' \
|
|
|
|
-H 'Content-Type: application/json' \
|
|
|
|
-H 'Authorization: Bearer MASTER_KEY'
|
|
|
|
-H 'Authorization: Bearer MASTER_KEY' \
|
|
|
|
--data-binary '[
|
|
|
|
"type",
|
|
|
|
"subtype",
|
| ... | ... | @@ -16,8 +16,6 @@ curl \ |
|
|
|
"order",
|
|
|
|
"class",
|
|
|
|
"phylum",
|
|
|
|
"Superkingdom",
|
|
|
|
|
|
|
|
|
|
|
|
"Superkingdom"
|
|
|
|
]'
|
|
|
|
``` |
|
|
\ No newline at end of file |