add id definition

This commit is contained in:
tateisu 2019-01-27 11:20:27 +09:00
parent 28bb5236ef
commit 1afe325f5f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ menu:
weight: 3
---
- All IDs are encoded as strings
- All IDs are encoded as string representation of 64bit integers. If you need to compare newer/older numbers, compare them as numerical values.
- All datetimes are in ISO 8601 format
- All HTML strings are sanitized by the server
- All language codes are in ISO 6391 format