Updates the schema of client instances of Klips..

POST /api/1/klips/{id}/@/update_from_parent

DescriptionUpdates a specified client instance of a Klip schema by replacing it with the schema of the original Klip.
Permissionsaccount.api
klip.import
Resource URLhttps://app.klipfolio.com/api/1.0/klips/{id}//@/update_from_parent
Fields{id} is the public id of the klip

Example Request

PUT 'https://app.klipfolio.com/api/1/klips/ec6947ab9d07fdd6b9bb41551c79fd31/@/update_from_parent'

Example Response

{
  "meta": {
    "success": true,
    "status": 200
  },
  "data": {
    "op_requested": "update_from_parent"
  }
}