v1

latestOpenAPI 3.1.02026-08-04164270844.7 KB
Paths

Archive or restore a path

🔑

Required OAuth scope: paths:write.

Archives or restores a path.

put/api/v2/paths/{pathId}/archive

Path parameters

pathIdstring ObjectId required
Example:507f1f77bcf86cd799439011

The unique ID of the path.

Headers

360-api-version'v2.0' required

The version of the API.

Request body

archivedboolean required

If true, archives the path. If false, restores the path.

Response

Returns the updated path.