The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to specify the type of space ('Knowledge-base', 'Documentation') when creating space via API

Michael Mulqueeny
June 10, 2022

I'm able to create a generic 'Blank' space using the API, but what I need to be able to do is create 'Knowledge base' spaces. I'm able to do this via the WebUI but I'm having trouble identifying where to specify the space type in the API even after checking all the documentation I can find.

This is what I'm using for the API Space creation and it works, I just can't specify 'Knowledge base' as the type of space I want to create. Please help. Thanks

curl --request POST \
--url 'https://<domain>/wiki/rest/api/space' \
--header 'Authorization: Basic xxxxxxxx' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"key": "SPACEKEY",
"name": "SPACE TITLE",
"description": {
"plain": {
"value": "SPACE DESCRIPTION"
}
}
}'

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events