How to move custom content to other space?

I use this REST API https://developer.atlassian.com/cloud/confluence/rest/api-group-content/#api-api-content-id-put to move my custom content from a space to another space. But it doesn’t work.

Would you please let me know if there are any REST API to do that?
Thanks!

Hi @HoangKim ,

This seems similar to Custom content can be created in different space than its container. I believe the first step is to clarify the domain model which is why I created [CONFCLOUD-72192] Guide required to explain content model - Create and track feature requests for Atlassian products..

Regards,
Dugald

Dear @dmorrow ,
Thank you very much for your answer!
But it is not similar to my question.
I create a custom content in space A without container.
Then I want to move it to space B. I try to use the REST API
to update the space of my custom content from space A to space B but it doesn’t work!
Regards,
Hoang