Merge branch 'add-id-definition' into 'master'

add id definition

See merge request mastodon/docs!18
This commit is contained in:
Eugen Rochko 2019-01-27 03:29:08 +01:00
commit 4a6697a6d2
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