v50

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-09181183330.0 KB
hosting

Move or copy a hosted asset

Move or copy a hosted asset to a new resource path.

post/groups/{groupId}/apps/{appId}/hosting/assets

Request body

move_fromstring

The current resource path of the asset to move. Must be used with move_to.

move_tostring

The resource path to which the asset will move. Must be used with move_from.

copy_fromstring

The current resource path of the asset to copy. Must be used with copy_to.

copy_tostring

The resource path to which the asset will be copied. Must be used with copy_from.

Response

Successfully moved/copied the hosted asset.