Create a single new repository record. Requires auth, implemented by PDS.
post/xrpc/com.atproto.repo.createRecord
Request body
repostring at-identifier required
The handle or DID of the repo (aka, current account).
rkeystring record-key
The Record Key.
{"stackTrail":"paths:/xrpc/com.atproto.repo.createRecord:post:requestBody:content:application/json:schema:properties:record","oasType":"schema","type":"unknown","description":"The record itself. Must contain a $type field."}
validateboolean
Can be set to 'false' to skip Lexicon schema validation of record data, 'true' to require it, or leave unset to validate only for known Lexicons.