Skip to main content
POST
Move Container

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Pattern: ^rad_cont_[A-Za-z0-9_\-]+$

Body

application/json
parent_id
string | null

The ID of the new parent container, or null to move to root.

Response

202

Move accepted and processing in background.