octoprint.schema.config.api# ApiConfig # Bases: BaseModel allowCrossOrigin: bool = False class-attribute instance-attribute # Whether to allow cross origin access to the API or not. key: Optional[str] = None class-attribute instance-attribute # Global API key, deprecated, use User API keys instead. Unset by default, will be generated on first run.