v1

latestOpenAPI 3.0.3agpl2026-07-17836669.5 KB
page

Move or copy a page to another collective

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

Path parameters

apiVersion'1.0' required
collectiveIdinteger required

ID of the collective

idinteger required

ID of the page

newCollectiveIdinteger required

ID of the target collective

Headers

OCS-APIRequestboolean required

Required to be true for the API request to pass

Request body

parentIdinteger nullable

ID of target parent page (optional)

indexinteger nullable

Index in subpage order (optional, default 0)

copyboolean

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

Response

Page moved/copied