Update Space
Space Endpoints
Update Space
Update a space’s settings, name, description, or images
PATCH
Update Space
Updates a space. Only the space’s admin can update it. Supports multipart form data for avatar/banner image uploads.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
UUID of the space to update.
Body Parameters
All fields are optional. Only provided fields are updated.Updated display name. 3–100 characters.
Updated URL slug. Pass empty to clear.
Updated description.
"anyone" or "members"."anyone", "members", or "admins".Updated metadata object.
New avatar image. Requires
avatarFile.options when provided.New banner image. Requires
bannerFile.options when provided.Response
Returns the updated SpaceDetailed object.Error Responses
Not Found — 404
Not Found — 404
Forbidden — 403
Forbidden — 403
Caller is not an admin of the space.

