edit_profile
Provides HTML editing interface for both packaging and distribution profiles.
Parameters
- action
- edit_profile
- name
- Identifying name of the package or the delivery group.
- type
- Either "packages" to administer normal packages, or "masters" to administer Master Server delivery groups. Defaults to "packages".
Example URL
http://<host>:<port>/<context>/web/package.xql?action=edit_profile&name=<value>&type=<value>
Successful Result
An HTML form to modify your packaging and distribution profiles.
Failed Result
Accessing this API feature requires the "Manage application" permission, and the function will return a 401 Unauthorized (html/401unauthorized.html) page if the permission is not available.