We migrate APEX apps between environments using SQLCL. The APEX app has environment specific settings for “Session Timeout URL” and “Session Idle Timeout URL”. Is there an API available that can modify these settings after the APEX app has been imported into the target environment using the install.sql script? Our current process is to modify the create_application.sql file manually which is a little cumbersome.