mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Fix site creation namespace
This commit is contained in:
parent
7239b9d7cc
commit
eeed8dbc16
5 changed files with 13 additions and 13 deletions
|
|
@ -23765,9 +23765,9 @@
|
|||
},
|
||||
"post": {
|
||||
"summary": "Create site",
|
||||
"operationId": "siteCreate",
|
||||
"operationId": "sitesCreate",
|
||||
"tags": [
|
||||
"site"
|
||||
"sites"
|
||||
],
|
||||
"description": "",
|
||||
"responses": {
|
||||
|
|
@ -23788,7 +23788,7 @@
|
|||
"cookies": false,
|
||||
"type": "",
|
||||
"deprecated": false,
|
||||
"demo": "site\/create.md",
|
||||
"demo": "sites\/create.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterCreate a new site.",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
|
|||
|
|
@ -16155,9 +16155,9 @@
|
|||
},
|
||||
"post": {
|
||||
"summary": "Create site",
|
||||
"operationId": "siteCreate",
|
||||
"operationId": "sitesCreate",
|
||||
"tags": [
|
||||
"site"
|
||||
"sites"
|
||||
],
|
||||
"description": "",
|
||||
"responses": {
|
||||
|
|
@ -16178,7 +16178,7 @@
|
|||
"cookies": false,
|
||||
"type": "",
|
||||
"deprecated": false,
|
||||
"demo": "site\/create.md",
|
||||
"demo": "sites\/create.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterCreate a new site.",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
|
|||
|
|
@ -24257,7 +24257,7 @@
|
|||
},
|
||||
"post": {
|
||||
"summary": "Create site",
|
||||
"operationId": "siteCreate",
|
||||
"operationId": "sitesCreate",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
],
|
||||
|
|
@ -24265,7 +24265,7 @@
|
|||
"application\/json"
|
||||
],
|
||||
"tags": [
|
||||
"site"
|
||||
"sites"
|
||||
],
|
||||
"description": "",
|
||||
"responses": {
|
||||
|
|
@ -24282,7 +24282,7 @@
|
|||
"cookies": false,
|
||||
"type": "",
|
||||
"deprecated": false,
|
||||
"demo": "site\/create.md",
|
||||
"demo": "sites\/create.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterCreate a new site.",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
|
|||
|
|
@ -16627,7 +16627,7 @@
|
|||
},
|
||||
"post": {
|
||||
"summary": "Create site",
|
||||
"operationId": "siteCreate",
|
||||
"operationId": "sitesCreate",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
],
|
||||
|
|
@ -16635,7 +16635,7 @@
|
|||
"application\/json"
|
||||
],
|
||||
"tags": [
|
||||
"site"
|
||||
"sites"
|
||||
],
|
||||
"description": "",
|
||||
"responses": {
|
||||
|
|
@ -16652,7 +16652,7 @@
|
|||
"cookies": false,
|
||||
"type": "",
|
||||
"deprecated": false,
|
||||
"demo": "site\/create.md",
|
||||
"demo": "sites\/create.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterCreate a new site.",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ class Create extends Base
|
|||
->label('audits.event', 'site.create')
|
||||
->label('audits.resource', 'site/{response.$id}')
|
||||
->label('sdk', new Method(
|
||||
namespace: 'site',
|
||||
namespace: 'sites',
|
||||
name: 'create',
|
||||
description: <<<EOT
|
||||
Create a new site.
|
||||
|
|
|
|||
Loading…
Reference in a new issue