Space Docs
API ReferenceQuote Content Section

quoteContentSection.create

Type: Mutation · Auth: Workspace-aware

Input

FieldTypeRequiredDefaultDescription
sectionTypeenum(assumptions, exclusions, warranty_terms, terms, change_order_terms)YesSection type
titlestringYesTitle
bodystringYesBody
isDefaultbooleanYesfalseIs default
isActivebooleanYestrueIs active
sortOrderintegerYes0Sort order

Example

{
  "sectionType": "assumptions",
  "title": "Example Title",
  "body": "example",
  "isDefault": false,
  "isActive": true,
  "sortOrder": 0
}

On this page