{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Stopword Sets API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Stopword Sets", "type": "folder" }, "items": [ { "info": { "name": "List stopword sets", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search/stopword-sets" }, "docs": "List all stopwords sets." }, { "info": { "name": "Create stopword set", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search/stopword-sets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new stopwords set." }, { "info": { "name": "Get stopword set", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search/stopword-sets/:stopword_set_id", "params": [ { "name": "stopword_set_id", "value": "550e8400-e29b-41d4-a716-446655440000", "type": "path", "description": "The unique ID of the stopword set" } ] }, "docs": "Get a stopwords set by ID." }, { "info": { "name": "Update stopword set", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search/stopword-sets/:stopword_set_id", "params": [ { "name": "stopword_set_id", "value": "550e8400-e29b-41d4-a716-446655440000", "type": "path", "description": "The unique ID of the stopword set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the stopwords in an existing stopwords set. The locale cannot be changed." }, { "info": { "name": "Delete stopword set", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search/stopword-sets/:stopword_set_id", "params": [ { "name": "stopword_set_id", "value": "550e8400-e29b-41d4-a716-446655440000", "type": "path", "description": "The unique ID of the stopword set" } ] }, "docs": "Delete a stopword set by ID." } ] } ], "bundled": true }