# Update agent chat limit (deprecated)

Deprecated. Use Set agent chat limit (PUT /api/v1/users/agent-chat-limit). Behaviour is identical.

Endpoint: PUT /payless4messaging-service/WhatsApp/SystemUsers/updateAgentChatLimit
Version: 3.0.0
Security: apikeyAuth

## Request fields (application/json):

  - `clientRef` (string, required)
    Example: "MyClient"

  - `agentChatLimit` (integer, required)
    Example: 5

## Response 401 fields (application/json):

  - `status` (string)
    Example: "ERROR"

  - `message` (string)
    Example: "Unauthorized user"

  - `requestId` (string)
    Example: "c3a1f8e2-4b6d-11ee-be56-0242ac120002"

  - `timestamp` (string)
    Example: "2026-01-15T10:30:00Z"


## Response 200 fields
