curl --request PUT \
--url https://api.mn.co/admin/v1/networks/{network_id}/spaces/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Updated Space Name",
"collection_id": 123
}
'{
"id": "1234",
"created_at": "2026-01-02T19:02:06+00:00",
"updated_at": "2026-01-02T19:02:06+00:00",
"name": "<string>",
"collection_id": 123
}curl --request PUT \
--url https://api.mn.co/admin/v1/networks/{network_id}/spaces/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Updated Space Name",
"collection_id": 123
}
'{
"id": "1234",
"created_at": "2026-01-02T19:02:06+00:00",
"updated_at": "2026-01-02T19:02:06+00:00",
"name": "<string>",
"collection_id": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the space to update
The Network's unique integer ID, or subdomain Unique numeric network ID
Submit results as JSON
Space successfully updated
The record's integer ID
"1234"
The date and time the record was created
"2026-01-02T19:02:06+00:00"
The date and time the record was last modified
"2026-01-02T19:02:06+00:00"
The Space's name
The ID of the collection this space belongs to