Attach Tools To PAL
Tools
Attach Tools To PAL
Attach one or more tools (by tool_id) to a PAL. A PAL can have at most 50 attached tools.
Attaching a tool that is already attached is idempotent - it is reported in the response alongside any newly-attached tools.
POST
Attach Tools To PAL
Authorizations
Path Parameters
The unique identifier of the PAL.
Example:
"p12345"
Body
application/json
List of tool_id values to attach. Must not be empty; at most 50 per request.
Example:
["tabc123def456", "tdef456abc789"]Response
Tools attached
All tools that are now attached to the PAL, including ones that were already attached before this request.

