{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Change URI Schema API", "version": "1.0" }, "items": [ { "info": { "name": "Change URI Schema", "type": "folder" }, "items": [ { "info": { "name": "VTex Update all account's websites internet communication protocol", "type": "http" }, "http": { "method": "PUT", "url": "https://{providerApiEndpoint}/api/catalog_system/pvt/virtualfolder/changeurischema/:protocol", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "protocol", "value": "", "type": "path", "description": "Internet communication protocol, it can be `HTTP` or `HTTPS`." } ] }, "docs": "Updates all account's websites protocols to `HTTP` or `HTTPS`.\r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/api-authentication-using-application-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endp" }, { "info": { "name": "VTex Update specific website comunication protocol", "type": "http" }, "http": { "method": "PUT", "url": "https://{providerApiEndpoint}/api/catalog_system/pvt/virtualfolder/site/:websiteId/changeurischema/:protocol", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "websiteId", "value": "", "type": "path", "description": "Specific website ID." }, { "name": "protocol", "value": "", "type": "path", "description": "Internet communication protocol, it can be `HTTP` or `HTTPS`." } ] }, "docs": "Updates a specific website protocol to `HTTP` or `HTTPS`.\r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/api-authentication-using-application-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:" } ] } ], "bundled": true }