docs: stub out file sections
This commit is contained in:
@@ -187,7 +187,20 @@ export const versionOne: DocsStructure = {
|
||||
{
|
||||
title: 'Files',
|
||||
folder: 'files',
|
||||
children: [],
|
||||
children: [
|
||||
{
|
||||
title: 'Get File',
|
||||
folder: 'get_file',
|
||||
copy: 'copy.md',
|
||||
example: 'example.md',
|
||||
},
|
||||
{
|
||||
title: 'Add File',
|
||||
folder: 'add_file',
|
||||
copy: 'copy.md',
|
||||
example: 'example.md',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
# Add File {% #add-file %}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Add a file to a record in an app
|
||||
|
||||
{% code method="POST" heading="files/{appId}/{recordId}/
|
||||
{fieldId}" defaultLanguage="bash" }
|
||||
{% /code %}
|
||||
@@ -0,0 +1 @@
|
||||
# Get File {% #get-file %}
|
||||
@@ -0,0 +1,4 @@
|
||||
# Retrieve a file from a record in an app
|
||||
|
||||
{% code method="GET" heading="/Files/{appId}/{recordId}/{fieldId}" defaultLanguage="bash" }
|
||||
{% /code %}
|
||||
Reference in New Issue
Block a user