{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Synonym Sets API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Synonym Sets", "type": "folder" }, "items": [ { "info": { "name": "List synonym sets", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search/synonym-sets" }, "docs": "List all synonym sets." }, { "info": { "name": "Create synonym set", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search/synonym-sets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new synonym set." }, { "info": { "name": "Get synonym set", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search/synonym-sets/:synonym_set_id", "params": [ { "name": "synonym_set_id", "value": "550e8400-e29b-41d4-a716-446655440000", "type": "path", "description": "The unique ID of the synonym set" } ] }, "docs": "Get a synonym set by ID." }, { "info": { "name": "Update synonym set", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search/synonym-sets/:synonym_set_id", "params": [ { "name": "synonym_set_id", "value": "550e8400-e29b-41d4-a716-446655440000", "type": "path", "description": "The unique ID of the synonym set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a synonym set by ID." }, { "info": { "name": "Delete synonym set", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search/synonym-sets/:synonym_set_id", "params": [ { "name": "synonym_set_id", "value": "550e8400-e29b-41d4-a716-446655440000", "type": "path", "description": "The unique ID of the synonym set" } ] }, "docs": "Delete a synonym set by ID. A synonym set cannot be deleted while it is being used by any search profile." } ] } ], "bundled": true }