Admin Reorder Spaces
community-spaces-admin
Admin Reorder Spaces
Reorder spaces within a hub.
Accepts an ordered list of space resource identifiers. Position is set to the index of each space_id in the list (0-based).
Returns the updated list of spaces in the new order.
POST
Admin Reorder Spaces
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/vnd.api+json
JSON:API reorder envelope: {data: [{type, id}, ...]}.