Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-10-29 10:40:25 +00:00
parent 8e9779a8cb
commit 4e64b77e47
127 changed files with 895 additions and 0 deletions

10
curl/file/save/saveFile.sh Executable file
View File

@@ -0,0 +1,10 @@
curl "https://api.m3o.com/v1/file/Save" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"file": {
"content": "file content example",
"path": "/document/text-files/file.txt",
"project": "examples"
}
}'