# Create a Doc Create a new Doc in an existing project (title). Endpoint: POST /v2/magazine/edition Version: 1.0.0 Security: BearerAuth ## Request fields (application/json): - `name` (string, required) Example: "My new Doc!" - `title` (object, required) The resource ID of the target project - `title.id` (integer, required) - `category` (string) Enum: "annual_report", "branded_content", "brochure", "case_study", "customer_magazine", "ebook", "event_magazine", "manual", "member_magazine", "newsletter", "pitch_deck", "presentation", "proposal", "product_catalog", "report", "staff_magazine", "white_paper", "other" ## Response 201 fields ## Response 400 fields ## Response 401 fields