Hello!
Anyone please guide me how to create a Space in Confluence Cloud using a REST API call.
Thanks in Advance.
Regards,
Vishnu Vandith Guntupalli
Hello @VisshnuVandith G ,
See POST /rest/api/space or How can I create a new Confluence Space using REST Api
You can also create a space via CLI, but to do this you need
Best,
Sachin.
Hi @VisshnuVandith G - To create a space with the Bob Swift Confluence CLI you would use the addSpace action.
Example:
acli --action addSpace --space "SPACEKEY" --name "Space Name" --server "https://myconfluence.mysite.com" -user "username" --password "password"
FYI - I'm the product manager for the Bob Swift CLI apps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.