Edit a space
You can edit the name and the description of a space.
Permissions
info
This action requires the following IAM (Identity and Access Management) permissions:
- iam.role.update
- Console
- API
- Terraform

You can edit a space from the Space details page.
You can also edit a space from the Spaces page.
The Actions button gives access to editing the space or assigning users and service accounts to this space:
Editing a space concerns the administrative information.
Example:
curl 'https://api.{region}.numspot.com/organisations/{organisationId}/spaces/{spaceId}' \
--request PATCH \
--header 'Content-Type: application/json' \
--data '{
"name": "",
"description": ""
}'
info
See the page on using the API for the implementation.
The Terraform documentation is available on the Numspot registry ↗.