Facet Lists REST Endpoints

Admin/Search Admin and Configuration/Facet Lists
The facet lists endpoints enable you to create and edit ordered lists of facets that will appear in the Storefront's guided navigation. You can control in even more detail which facets appear, where and when, in what order. You can also control the ordering of facet values.
createFacetList
Method: post
Path: /gsadmin/v1/{appName}/content/facets/{facetListName}
deleteFacetList
Method: delete
Path: /gsadmin/v1/{appName}/content/facets/{facetListName}
getFacetList
Method: get
Path: /gsadmin/v1/{appName}/content/facets/{facetListName}
listFacetLists
Method: get
Path: /gsadmin/v1/{appName}/content/facets
updateFacetList
Method: put
Path: /gsadmin/v1/{appName}/content/facets/{facetListName}