# Update Pickup Number Agent The API endpoint is designed to update a pickup number agent. Endpoint: PUT /pickupNumberAgents/{pickupNumberAgentId} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `pickupNumberAgentId` (integer, required) ID of the pickup number agent to update ## Request fields (application/json): - `name` (string, required) Pickup Number Agent Name - `emails` (array, required) Array of Email ## Response 200 fields (application/json): - `data` (object) - `data.id` (integer) The unique identifier for the pickup agent - `data.name` (string) The name of the pickup number agent - `data.emails` (array) An array of email addresses associated with the pickup agent - `data.user_id` (integer) The user ID associated with the pickup agent - `data.user` (object) - `data.user.id` (integer) The user's unique identifier - `data.user.name` (string) The user's name - `data.user.company` (object) - `data.user.company.id` (integer) The company's unique identifier - `data.user.company.name` (string) The name of the company ## Response 400 fields ## Response 401 fields