Authorization: Bearer ********************
{
"name": "示例空间",
"identifier": "DEMO",
"description": "示例空间描述"
}
curl --location -g --request PATCH 'https://open.pingcode.com/v1/wiki/spaces/{{wiki_spaces_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "示例空间",
"identifier": "DEMO",
"description": "示例空间描述"
}'
{}