1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Databases folder need to be updated on master so it's properly named

This commit is contained in:
Vincent (Wen Yu) Ge 2022-07-12 18:45:08 +00:00
parent 648b6f2038
commit 8360fccd06
26 changed files with 9 additions and 43 deletions

27
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "eacaae6ec0973349a9b9f4ec78877b0a",
"content-hash": "dedc6a6328b4fdc5dfbd556a08534403",
"packages": [
{
"name": "adhocore/jwt",
@ -2051,16 +2051,16 @@
},
{
"name": "utopia-php/database",
"version": "dev-feat-permissions-maxlength",
"version": "0.18.7",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/database.git",
"reference": "85c304075bb42b91e3cb98762921f15fa28af13c"
"reference": "d542ee433f1a545d926ffaf707bdf952dc18a52e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/database/zipball/85c304075bb42b91e3cb98762921f15fa28af13c",
"reference": "85c304075bb42b91e3cb98762921f15fa28af13c",
"url": "https://api.github.com/repos/utopia-php/database/zipball/d542ee433f1a545d926ffaf707bdf952dc18a52e",
"reference": "d542ee433f1a545d926ffaf707bdf952dc18a52e",
"shasum": ""
},
"require": {
@ -2109,9 +2109,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/database/issues",
"source": "https://github.com/utopia-php/database/tree/feat-permissions-maxlength"
"source": "https://github.com/utopia-php/database/tree/0.18.7"
},
"time": "2022-07-10T17:08:47+00:00"
"time": "2022-07-11T10:20:33+00:00"
},
{
"name": "utopia-php/domains",
@ -5346,18 +5346,9 @@
"time": "2022-05-17T05:48:52+00:00"
}
],
"aliases": [
{
"package": "utopia-php/database",
"version": "dev-feat-permissions-maxlength",
"alias": "0.18.1",
"alias_normalized": "0.18.1.0"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"utopia-php/database": 20
},
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {

View file

@ -1 +0,0 @@
Create a boolean attribute.

View file

@ -1 +0,0 @@
Create a new Collection. Before using this route, you should create a new database resource using either a [server integration](/docs/server/database#databaseCreateCollection) API or directly from your database console.

View file

@ -1 +0,0 @@
Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](/docs/server/database#databaseCreateCollection) API or directly from your database console.

View file

@ -1 +0,0 @@
Create an email attribute.

View file

@ -1 +0,0 @@
Create an enum attribute.

View file

@ -1 +0,0 @@
Create a float attribute. Optionally, minimum and maximum values can be provided.

View file

@ -1 +0,0 @@
Create an integer attribute. Optionally, minimum and maximum values can be provided.

View file

@ -1 +0,0 @@
Create IP address attribute.

View file

@ -1 +0,0 @@
Create a string attribute.

View file

@ -1 +0,0 @@
Create a URL attribute.

View file

@ -1 +0,0 @@
Create a new Database.

View file

@ -1 +0,0 @@
Delete a collection by its unique ID. Only users with write permissions have access to delete this resource.

View file

@ -1 +0,0 @@
Delete a document by its unique ID.

View file

@ -1 +0,0 @@
Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database.

View file

@ -1 +0,0 @@
Get the collection activity logs list by its unique ID.

View file

@ -1 +0,0 @@
Get a collection by its unique ID. This endpoint response returns a JSON object with the collection metadata.

View file

@ -1 +0,0 @@
Get the document activity logs list by its unique ID.

View file

@ -1 +0,0 @@
Get a document by its unique ID. This endpoint response returns a JSON object with the document data.

View file

@ -1 +0,0 @@
Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata.

View file

@ -1 +0,0 @@
Get a list of all collections that belong to the provided databaseId. You can use the search parameter to filter your results.

View file

@ -1 +0,0 @@
Get a list of all the user's documents in a given collection. You can use the query params to filter your results. On admin mode, this endpoint will return a list of all of documents belonging to the provided collectionId. [Learn more about different API modes](/docs/admin).

View file

@ -1 +0,0 @@
Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results.

View file

@ -1 +0,0 @@
Update a collection by its unique ID.

View file

@ -1 +0,0 @@
Update a document by its unique ID. Using the patch method you can pass only specific fields that will get updated.

View file

@ -1 +0,0 @@
Update a database by its unique ID.