Updates the title, description and expansion behaviour of a space group.
title is required and must not collide with any other space record title. The slug cannot be changed here.
Endpoint
Method:
PUTPath:
/spaces/space_groups/{id}Edition: Core
Controller:
SpaceController@updateSpaceGroupRoute source:
fluent-community/app/Http/Routes/api.php:34Controller source:
fluent-community/app/Http/Controllers/SpaceController.phpRequires community-admin or course-admin access, or the admin role in the space named by
space_id.
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
PUT Update Space Group
Updates the title, description and expansion behaviour of a space group.
Controller: SpaceController@updateSpaceGroup
Route source: fluent-community/app/Http/Routes/api.php:34
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
ID extracted from the URL path.
Request Body
Responses
Successful response