Modify a screenCopy Pageput https://{hostname}/config/{app_id}/flows/{flow}/screens/{screen}Updates property values for the specified screen.Path ParamsscreenstringrequiredName of the screen.flowstringrequiredName of the flow.app_idstringrequiredApplication ID. You can find your application ID on the Console's Manage Application page.Body ParamsUpdates property values for the specified screen._selfstringrequiredPath used to directly access the screen in an API operation.namestringrequiredName of the screen being modified.modalbooleanrequiredWhen true, indicates that the screen runs as a modal. That means that the screen has to be addressed or dismissed before any further processing can take place. When false, the screen doesn't run as a modal.truefalsehasUserDatabooleanrequiredWhen 'true', indicates that the screen displays personally identifiable information about the user.truefalseResponse 204Successfully modified.Updated 2 months ago