I am able to write data files to Databricks using the APIs documented here:
https://docs.databricks.com/dev-tools/api/latest/index.html
https://docs.databricks.com/dev-tools/api/latest/dbfs.html
I have several Notebooks I would like to write to a Databricks instance. I'm not seeing how to do this in the API documentation. Is there a way to write a Notebook to a Databricks instance using a Rest API? Where is this documented?