mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 22:06:43 +01:00
27 lines
543 B
Markdown
27 lines
543 B
Markdown
---
|
|
title: "Pybytes library API"
|
|
aliases:
|
|
- pybytes/api/export_config
|
|
---
|
|
|
|
**Export configuration file**
|
|
----
|
|
Exports configuration file at specified path.
|
|
|
|
**Method**
|
|
----
|
|
**pybytes.export_config(file)**
|
|
|
|
**Parameters**
|
|
----
|
|
| name | Description | is Required | Default value
|
|
| ------------- |:-------------:|:-------------:|:-------------:|
|
|
| file | File Path | No | /flash/pybytes_config.json |
|
|
|
|
**Example**
|
|
----
|
|
`pybytes.export_config()`
|
|
|
|
**Success Response**
|
|
`Pybytes configuration exported to /flash/pybytes_config.json`
|