API - Changelog

Changes from 17.02.2025

Changed variable type from digits to string

// Changed variable type from digits to string
"traffic_usage": 10, 	// -> "10"
"traffic_limit": 10, 	// -> "10"
"traffic_left": 10, 	// -> "10"
"traffic_usage_sub": 10, 	// -> "10"
"traffic_limit_sub": 10, 	// -> "10"
"traffic_left_sub": 10, 	// -> "10"

Affected endpoints

Last updated