v1

latestOpenAPI 3.0.3agpl2026-07-17836669.5 KB
page

Move or copy a page inside the collective

put/ocs/v2.php/apps/collectives/api/v{apiVersion}/collectives/{collectiveId}/pages/{id}

Path parameters

apiVersion'1.0' required
collectiveIdinteger required

ID of the collective

idinteger required

ID of the page

Headers

OCS-APIRequestboolean required

Required to be true for the API request to pass

Request body

parentIdinteger nullable

ID of target parent page (optional)

titlestring nullable

Target title (optional)

indexinteger nullable

Index in subpage order (optional, default 0)

copyboolean

Copy the page instead of move (optional, default false)

Response

Page moved/copied