Skip to content

Variable: ContentBodyCreateSchema

ts
const ContentBodyCreateSchema: ZodObject<{
  representation: ZodEnum<{
     anonymous_export_view: "anonymous_export_view";
     atlas_doc_format: "atlas_doc_format";
     editor: "editor";
     editor2: "editor2";
     export_view: "export_view";
     plain: "plain";
     raw: "raw";
     storage: "storage";
     styled_view: "styled_view";
     view: "view";
     wiki: "wiki";
  }>;
  value: ZodString;
}, $loose>;

Defined in: src/v1/models/contentBodyCreate.ts:5

This object is used when creating or updating content.