meta { name: Update User Max Devices - Missing ID type: http seq: 4 } put { url: {{base_url}}/api/auth/users//max-devices body: { max_devices: 10 } auth: inherit } settings { encodeUrl: true timeout: 0 } docs { ## Update User Max Devices - Missing User ID Attempts to update max devices without providing user ID. **Expected:** 400 Bad Request **Response:** `{"error": "user id required"}` }