Integration Guides
Assign a new form to an existing onboarding configuration
 overview external systems may need to add specific items to an existing configuration, in this example it will be adding a new form to an existing profiles configuration the api flow is get all of the forms in detected update the onboarding configuration of a particular profile with a new form \ config theme redux dark look classic \ sequencediagram participant clientbackend as clients app participant detectedapis as detected apis note over clientbackend, detectedapis authorisation clientbackend >> detectedapis post /oauth/token detectedapis >> clientbackend auth token note over clientbackend, detectedapis get available forms clientbackend >> detectedapis get /forms detectedapis >> clientbackend list of forms and references note over clientbackend, detectedapis assign a form or forms to a profiles onboarding config clientbackend >> detectedapis patch /profile/{profile id}/portal configuration detectedapis >> clientbackend 200 ok