update_styles_cache
Refresh Styles API Cache
Python Requests:
import requests url = "http://pci01.picalike.corpex-kunden.de:8090/update_styles_cache" params = {"shop_apikey" : <customer_api_key>} resp = requests.post(url, json=params) resp.text
Result
Should result in a 200 “OK” HTTP Status Code. In Case you are seeing another message, please double check you have the correct apikey and there is not typo in your code.
update_styles_cache.txt · Last modified: 2024/04/11 14:23 by 127.0.0.1