This document describes the tools available in the box_tools_web_link module for web link creation and management in Box.
Create a Box web link.
- Arguments:
ctx: Request contexturl: URL of the web linkparent_folder_id: Parent folder IDname: Name of the web link (optional)description: Description (optional)
Get a Box web link by its ID.
- Arguments:
ctx: Request contextweb_link_id: ID of the web link
Update a Box web link by its ID.
- Arguments:
ctx: Request contextweb_link_id: ID of the web linkurl: New URL
...and more tools for deleting web links. Refer to the source for additional functions.
Refer to src/tools/box_tools_web_link.py for implementation details.