I’m developing a shopify app, with a ruby backend, and trying to call the assets api.
Here is the code snippet :
The line of code containing “asset.save!”, causes an error that looks like this:
{“errors”:“Not Found”,“error_reference”:“If you report this error, please include this id: c6a88d0d-0099-4bf7-8df5-b99731903721-1723148803.”}
I have got that theme id from one of my installed themes, so I don’t think that is causing the error.
I am just trying to test the assets api endpoint functionality using one of the examples from here: https://shopify.dev/docs/api/admin-rest/2024-07/resources/asset#put-themes-theme-id-assets
