v1

latestOpenAPI 3.0.32026-07-17485661.9 KB

Rename a space

Renames a space. Requires user authentication (JWT). API keys cannot be used to rename spaces.

post/spaces/{space_id}/rename

Path parameters

space_idstring required

Ghost space ID.

Request body

namestring required

New name for the space.

Response

Space renamed

idstring required

Space ID.

old_namestring required

Space name before the rename.

new_namestring required

Space name after the rename.