Copy Items when cloning a App
AnsweredHi,
I try to clone an App and it's content using the API.
So far, I manage to clone the App itself without issue using this call:
Podio::Application.install(app_id, {"space_id"=>space_id})
According to the documentation (https://developers.podio.com/doc/applications/install-app-22506), I should be able to copy the content by precising the feature item.
However, I'm not able to do so.
I try this call, but if I do so, I doesn't copy anything.
Podio::Application.install(app_id, {"space_id"=>space_id, :features=>"items"})
Any idea what is the correct syntax that I should use?
Regards,
Please sign in to leave a comment.
Comments
1 comment