ergoplatform / explorer-backend

Ergo Blockchain Explorer
22 stars 31 forks source link

Incompatible doc #258

Open fatemeh-ra opened 1 month ago

fatemeh-ra commented 1 month ago

The documentation for V1 contains type inconsistencies with the actual API return types. For instance, the additionalRegisters field is documented as a simple string for each key, but the actual return value is an object containing serializedValue and renderedValue. This inconsistency can cause misunderstandings for users and more serious issues when using autogenerated API response types based on the documentation.