Skip to content

Commit

Permalink
example now uses metadata fields that are actually facetable
Browse files Browse the repository at this point in the history
  • Loading branch information
pameyer committed Apr 30, 2018
1 parent e2c0a63 commit 095cfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/api/native-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Assign search facets for a given dataverse with alias ``$alias``

``curl -H "X-Dataverse-key: $apiKey" -X POST http://$server/api/dataverses/$alias/facets --upload-file facets.json``

Where ``facets.json`` contains a JSON encoded list of metadata keys (e.g. ``["title","subtitle"]``).
Where ``facets.json`` contains a JSON encoded list of metadata keys (e.g. ``["authorName","authorAffiliation"]``).

Create a New Role in a Dataverse
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 095cfce

Please sign in to comment.