fix: remove endpoint docs appwrite metadata

This commit is contained in:
Chirag Aggarwal
2026-05-26 10:51:10 +05:30
parent 7f97d91f66
commit 6bc5d0dd06
2 changed files with 0 additions and 6 deletions
@@ -69,9 +69,6 @@ class OpenAPI3 extends Format
],
],
],
'x-appwrite' => [
'endpointDocs' => $this->getParam('endpoint.docs', ''),
],
'paths' => [],
'tags' => $this->services,
'components' => [
@@ -56,9 +56,6 @@ class Swagger2 extends Format
],
'host' => \parse_url($this->getParam('endpoint', ''), PHP_URL_HOST),
'x-host-docs' => \parse_url($this->getParam('endpoint.docs', ''), PHP_URL_HOST),
'x-appwrite' => [
'endpointDocs' => $this->getParam('endpoint.docs', ''),
],
'basePath' => \parse_url($this->getParam('endpoint', ''), PHP_URL_PATH),
'schemes' => [\parse_url($this->getParam('endpoint', ''), PHP_URL_SCHEME)],
'consumes' => ['application/json', 'multipart/form-data'],