mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
update specs
This commit is contained in:
parent
5f3dc7cb75
commit
9860cd46e3
3 changed files with 15 additions and 5 deletions
|
|
@ -4466,6 +4466,7 @@
|
||||||
"methods": [
|
"methods": [
|
||||||
{
|
{
|
||||||
"name": "createDocument",
|
"name": "createDocument",
|
||||||
|
"desc": "Create document",
|
||||||
"auth": {
|
"auth": {
|
||||||
"Project": []
|
"Project": []
|
||||||
},
|
},
|
||||||
|
|
@ -4488,7 +4489,8 @@
|
||||||
"model": "#\/components\/schemas\/document"
|
"model": "#\/components\/schemas\/document"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||||
|
"demo": "databases\/create-document.md"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"auth": {
|
"auth": {
|
||||||
|
|
|
||||||
|
|
@ -8025,6 +8025,7 @@
|
||||||
"methods": [
|
"methods": [
|
||||||
{
|
{
|
||||||
"name": "createDocument",
|
"name": "createDocument",
|
||||||
|
"desc": "Create document",
|
||||||
"auth": {
|
"auth": {
|
||||||
"Project": []
|
"Project": []
|
||||||
},
|
},
|
||||||
|
|
@ -8047,10 +8048,12 @@
|
||||||
"model": "#\/components\/schemas\/document"
|
"model": "#\/components\/schemas\/document"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||||
|
"demo": "databases\/create-document.md"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "createDocuments",
|
"name": "createDocuments",
|
||||||
|
"desc": "Create documents",
|
||||||
"auth": {
|
"auth": {
|
||||||
"Project": []
|
"Project": []
|
||||||
},
|
},
|
||||||
|
|
@ -8070,7 +8073,8 @@
|
||||||
"model": "#\/components\/schemas\/documentList"
|
"model": "#\/components\/schemas\/documentList"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
"description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||||
|
"demo": "databases\/create-documents.md"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"auth": {
|
"auth": {
|
||||||
|
|
|
||||||
|
|
@ -7506,6 +7506,7 @@
|
||||||
"methods": [
|
"methods": [
|
||||||
{
|
{
|
||||||
"name": "createDocument",
|
"name": "createDocument",
|
||||||
|
"desc": "Create document",
|
||||||
"auth": {
|
"auth": {
|
||||||
"Project": [],
|
"Project": [],
|
||||||
"Session": []
|
"Session": []
|
||||||
|
|
@ -7529,10 +7530,12 @@
|
||||||
"model": "#\/components\/schemas\/document"
|
"model": "#\/components\/schemas\/document"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||||
|
"demo": "databases\/create-document.md"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "createDocuments",
|
"name": "createDocuments",
|
||||||
|
"desc": "Create documents",
|
||||||
"auth": {
|
"auth": {
|
||||||
"Project": [],
|
"Project": [],
|
||||||
"Key": []
|
"Key": []
|
||||||
|
|
@ -7553,7 +7556,8 @@
|
||||||
"model": "#\/components\/schemas\/documentList"
|
"model": "#\/components\/schemas\/documentList"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
"description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||||
|
"demo": "databases\/create-documents.md"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"auth": {
|
"auth": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue