View categories
Platform API app-setup resource now includes resolved_success_url attribute
Change effective on 19 May 2014
The app-setup
resource in the Platform API now includes a resolved_success_url
attribute. When an app-setup
is successful, the resolved_success_url
contains a fully-qualified URL to which to redirect users upon completion of the setup.
The value is derived from the success_url
attribute in the app.json
manifest file. If the success_url
is absolute, it is returned as-is; if it relative, it is resolved in the context of the app’s web_url
.