Summary
Update API endpoint and transaction-related documentation so current response examples consistently include timestampMs where applicable and use numeric count values instead of quoted strings.
Details
The node API examples in the documentation should reflect the current payload structure after the spaceship consensus change and current response serialization behavior.
Scope:
- add
timestampMs to transaction examples and field descriptions where applicable
- refresh response examples that still show
count as a string
- align affected endpoint pages and transaction/message type pages with current node responses
- keep refreshed examples internally consistent for
confirmations, timestamps, and related transaction fields
Affected documentation areas include:
api-endpoints/blocks.md
api-endpoints/chatrooms.md
api-endpoints/delegates.md
api-endpoints/kvs.md
api-endpoints/transactions.md
api-types/message-types.md
api-types/transaction-types.md
essentials/storing-data-in-kvs.md
essentials/working-with-contact-list.md
Checklist
Notes
Verification
- Confirm affected docs pages display valid JSON examples and consistent field names and types.
- Confirm transaction-related examples that can include
timestampMs mention or show it consistently.
- Confirm affected endpoints show
count as a number, not a quoted string.
- Confirm links to the
spaceship consensus documentation resolve correctly where added.
Summary
Update API endpoint and transaction-related documentation so current response examples consistently include
timestampMswhere applicable and use numericcountvalues instead of quoted strings.Details
The node API examples in the documentation should reflect the current payload structure after the
spaceshipconsensus change and current response serialization behavior.Scope:
timestampMsto transaction examples and field descriptions where applicablecountas a stringconfirmations, timestamps, and related transaction fieldsAffected documentation areas include:
api-endpoints/blocks.mdapi-endpoints/chatrooms.mdapi-endpoints/delegates.mdapi-endpoints/kvs.mdapi-endpoints/transactions.mdapi-types/message-types.mdapi-types/transaction-types.mdessentials/storing-data-in-kvs.mdessentials/working-with-contact-list.mdChecklist
timestampMsto affected transaction and endpoint examplestimestampMsmeaning in the transaction field reference and link it to thespaceshipconsensus change where relevantcountexamples with numeric values in affected responsesNotes
countandtimestampMsproperties #16Verification
timestampMsmention or show it consistently.countas a number, not a quoted string.spaceshipconsensus documentation resolve correctly where added.