From c3bac2f0ce429c6d4a5397ff34c4da98825c430d Mon Sep 17 00:00:00 2001 From: "Ilya (Marshal)" Date: Mon, 16 Dec 2024 23:45:28 +0100 Subject: [PATCH] fix TID in string_formats.md --- docs/source/atproto_client/string_formats.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/atproto_client/string_formats.md b/docs/source/atproto_client/string_formats.md index 46776de7..bd966957 100644 --- a/docs/source/atproto_client/string_formats.md +++ b/docs/source/atproto_client/string_formats.md @@ -67,13 +67,13 @@ Requirements: - Valid fractional seconds format if used - No whitespace allowed -#### TID (Temporal ID) +#### TID (Timestamp Identifiers) Must be: - Exactly 13 characters - Only lowercase letters and numbers 2-7 - First byte's high bit (0x40) must be 0 -#### Record Key +#### Record Key (rkey) A record key must: - Be 1-512 characters - Contain only alphanumeric chars, dots, underscores, colons, tildes, or hyphens