+
+ Parameter |
+ Choices/Defaults |
+ Comments |
+
+
+
+
+ api_endpoint
+
+
+ string
+ / required
+
+ |
+
+ |
+
+ URL of your Outline instance API (e.g. V(https://app.getoutline.com/api))
+ You can also set this option by using the E(OUTLINE_API_URL) environment variable
+ |
+
+
+
+
+ api_token
+
+
+ string
+ / required
+
+ |
+
+ |
+
+ API Token
+ You can also set this option by using the E(OUTLINE_API_TOKEN) environment variable
+ |
+
+
+
+
+ collection_id
+
+
+ string
+ / required
+
+ |
+
+ |
+
+ Identifier for the collection to create the document in.
+ |
+
+
+
+
+ parent_document_id
+
+
+ string
+
+ |
+
+ |
+
+ Identifier for the document this should be a child of.
+ |
+
+
+
+
+ publish
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Whether this document should be immediately published
+ and made visible to other team members.
+ |
+
+
+
+
+ template
+
+
+ boolean
+
+ |
+
+
+ |
+
+ Whether this document should be considered to be a template.
+ |
+
+
+
+
+ template_id
+
+
+ string
+
+ |
+
+ |
+
+ Identifier for the template to create this document from.
+ |
+
+
+
+
+ text
+
+
+ string
+
+ |
+
+ Default:
""
+ |
+
+ The body of the document, may contain markdown formatting.
+ |
+
+
+
+
+ title
+
+
+ string
+ / required
+
+ |
+
+ |
+
+ The title of the document.
+ |
+
+
+