Update a migration pathCopy Pageput https://api.isx-stage-westeurope.instellix.io/v2/plans/{planIdent}/migration-paths/{ident}Update the migration path identified by the source plan and its ident property. The source plan and ident properties can never be updated.Path ParamsplanIdentstringrequiredlength between 1 and 100[a-zA-Z0-9_.~-]{1,100}The ident of the source plan for the migration path. Must have size between 1 and 100 and match with the regular expression '[a-zA-Z0-9_.~-]{1,100}'.identstringrequiredlength between 1 and 100[a-zA-Z0-9_.~-]{1,100}The ident of the migration path. Must have size between 1 and 100 and match with the regular expression '[a-zA-Z0-9_.~-]{1,100}'.Body ParamsA request to update a migration path. A migration path defines whether and how a change from one contract's plan into another is possible. The ident is provided via the path parameter and cannot be changed.billingobject | nullThe billing terms to use when changing plans.billing object | nullconfigurationobject | nullThe configuration to use when changing plans.configuration object | nulldescriptionstring | nullThe migration path's description. Size must be between 0 and 255.namestringrequiredlength ≤ 255The migration path's name. Must not be blank. Size must be between 0 and 255.targetobjectrequiredThe definition of possible targets for a plan change using this migration path.target objectResponses 200Standard response for successful HTTP requests. 4XXerror response for all http error codes in range 4XX 5XXerror response for all http error codes in range 5XXUpdated 4 months ago Retrieve migration pathQuery plan changesDid this page help you?YesNo