From 5e03e5d59eab13bb9c59adc850d7f2311539af6d Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 27 Jan 2019 13:48:35 +0100 Subject: [PATCH] Revert "Merge branch 'add-id-definition' into 'master'" This reverts merge request !18 --- content/en/api/entities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/api/entities.md b/content/en/api/entities.md index 931e3653..3ac99bfd 100644 --- a/content/en/api/entities.md +++ b/content/en/api/entities.md @@ -7,7 +7,7 @@ menu: weight: 3 --- -- All IDs are encoded as string representation of 64bit integers. If you need to compare newer/older numbers, compare them as numerical values. +- All IDs are encoded as strings - All datetimes are in ISO 8601 format - All HTML strings are sanitized by the server - All language codes are in ISO 6391 format