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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.