Skip to content

Commit b012adc

Browse files
committed
chore: release rc
1 parent 8b09d8a commit b012adc

File tree

326 files changed

+9
-29156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

326 files changed

+9
-29156
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Appwrite PHP SDK
22

33
![License](https://img.shields.io/github/license/appwrite/sdk-for-php.svg?style=flat-square&v=1)
4-
![Version](https://img.shields.io/badge/api%20version-1.5.7-blue.svg?style=flat-square&v=1)
4+
![Version](https://img.shields.io/badge/api%20version-1.6.0-blue.svg?style=flat-square&v=1)
55
[![Build Status](https://img.shields.io/travis/com/appwrite/sdk-generator?style=flat-square)](https://travis-ci.com/appwrite/sdk-generator)
66
[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
77
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)

β€Žcomposer.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "BSD-3-Clause",
66
"support": {
77
"url": "https://appwrite.io/support",
8-
"email": "team@appwrite.io"
8+
"email": "team@localhost.test"
99
},
1010
"autoload": {
1111
"psr-4": {

β€Ždocs/account.mdβ€Ž

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ PATCH https://cloud.appwrite.io/v1/account/mfa
106106
| --- | --- | --- | --- |
107107
| mfa | boolean | Enable or disable MFA. | |
108108

109-
## Add Authenticator
109+
## Create Authenticator
110110

111111
```http request
112112
POST https://cloud.appwrite.io/v1/account/mfa/authenticators/{type}
@@ -148,9 +148,8 @@ DELETE https://cloud.appwrite.io/v1/account/mfa/authenticators/{type}
148148
| Field Name | Type | Description | Default |
149149
| --- | --- | --- | --- |
150150
| type | string | **Required** Type of authenticator. | |
151-
| otp | string | Valid verification token. | |
152151

153-
## Create 2FA Challenge
152+
## Create MFA Challenge
154153

155154
```http request
156155
POST https://cloud.appwrite.io/v1/account/mfa/challenge
@@ -562,7 +561,7 @@ POST https://cloud.appwrite.io/v1/account/verification/phone
562561

563562
** Use this endpoint to send a verification SMS to the currently logged in user. This endpoint is meant for use after updating a user's phone number using the [accountUpdatePhone](https://appwrite.io/docs/references/cloud/client-web/account#updatePhone) endpoint. Learn more about how to [complete the verification process](https://appwrite.io/docs/references/cloud/client-web/account#updatePhoneVerification). The verification code sent to the user's phone number is valid for 15 minutes. **
564563

565-
## Create phone verification (confirmation)
564+
## Update phone verification (confirmation)
566565

567566
```http request
568567
PUT https://cloud.appwrite.io/v1/account/verification/phone

β€Ždocs/avatars.mdβ€Ž

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ GET https://cloud.appwrite.io/v1/avatars/favicon
4646
```
4747

4848
** Use this endpoint to fetch the favorite icon (AKA favicon) of any remote website URL.
49-
**
49+
50+
This endpoint does not follow HTTP redirects. **
5051

5152
### Parameters
5253

@@ -83,7 +84,8 @@ GET https://cloud.appwrite.io/v1/avatars/image
8384
** Use this endpoint to fetch a remote image URL and crop it to any image size you want. This endpoint is very useful if you need to crop and display remote images in your app or in case you want to make sure a 3rd party image is properly served using a TLS protocol.
8485

8586
When one dimension is specified and the other is 0, the image is scaled with preserved aspect ratio. If both dimensions are 0, the API provides an image at source quality. If dimensions are not specified, the default size of image returned is 400x400px.
86-
**
87+
88+
This endpoint does not follow HTTP redirects. **
8789

8890
### Parameters
8991

β€Ždocs/examples/account/create-anonymous-session.mdβ€Ž

Lines changed: 0 additions & 12 deletions
This file was deleted.

β€Ždocs/examples/account/create-email-password-session.mdβ€Ž

Lines changed: 0 additions & 15 deletions
This file was deleted.

β€Ždocs/examples/account/create-email-token.mdβ€Ž

Lines changed: 0 additions & 16 deletions
This file was deleted.

β€Ždocs/examples/account/create-j-w-t.mdβ€Ž

Lines changed: 0 additions & 12 deletions
This file was deleted.

β€Ždocs/examples/account/create-magic-u-r-l-token.mdβ€Ž

Lines changed: 0 additions & 17 deletions
This file was deleted.

β€Ždocs/examples/account/create-mfa-authenticator.mdβ€Ž

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
Β (0)