v1

latestOpenAPI 3.1.02026-08-04164270844.7 KB
Paths

Replace all steps

🔑

Required OAuth scope: paths:write.

Replaces all steps in the given path with the provided ones. Steps not included are removed.

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

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

Example request

{
  "steps": [
    {
      "_id": "507f1f77bcf86cd799439011"
    }
  ]
}

Response

Returns the updated steps.

Example response

[
  {
    "_id": "507f1f77bcf86cd799439011"
  }
]