Closed JTMMartins closed 3 years ago
example : =universe_types_type(1035055431938;"en-us";True)
being that 1035055431938 is a value returned as an item_id by characters_character_assets()
error shown :
Error: {"error":"failed to coerce value '1035055431938' into type integer (format: int32), 'type_id' is required"} (line 184).
what am I missing here ?
Thanks in advance
Found. I should be using typed_id and not item_id
example : =universe_types_type(1035055431938;"en-us";True)
being that 1035055431938 is a value returned as an item_id by characters_character_assets()
error shown :
Error: {"error":"failed to coerce value '1035055431938' into type integer (format: int32), 'type_id' is required"} (line 184).
what am I missing here ?
Thanks in advance
Found. I should be using typed_id and not item_id