Authorization: Bearer ********************
{
"name": "组织空间",
"identifier": "ORGA",
"scope_type": "organization",
"description": "组织空间所属整个组织",
"members": [
{
"id": "{{user_id}}",
"type": "user"
}
]
}
curl --location --request POST 'https://open.pingcode.com/v1/wiki/spaces' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "组织空间",
"identifier": "ORGA",
"scope_type": "organization",
"description": "组织空间所属整个组织",
"members": [
{
"id": "{user_id}",
"type": "user"
}
]
}'
{}