Can I change a date on shopify blog using api?
问题 I must be brief, not much time left... I'm trying to backdate some blog posts that were written in the run-up to our store launch. I'm using curl from the command line and I can POST new blog articles, and I can PUT changes to existing blog articles, but I can't adjust the date of the existing articles yet. Can you help me? Thanks! Here's my curl request... curl -i -H "Content-Type: application/json" -H "Accept: application/json" -X PUT -d '{ "article": {"id": xxxxxx, "created_at": "2012-08