Chirag Aggarwal
df20c12f6e
chore: release sdks to fix createMembership roles param
2026-02-12 11:12:51 +05:30
Jake Barnby
a866f0a69f
Gen specs
2026-02-05 23:50:16 +13:00
Jake Barnby
17be0eb634
CLI sites domain fix
2026-02-04 18:04:48 +13:00
Chirag Aggarwal
ae6a81bd12
update specs
2026-02-02 17:54:57 +05:30
Chirag Aggarwal
67e2104e98
chore: make name update optional in databases and tables
2026-01-23 19:55:06 +05:30
Chirag Aggarwal
7643196d97
fix: deploymentstatus enum missing canceled value
2026-01-23 09:22:18 +05:30
Darshan
bc6ecbd22c
address comments.
2026-01-14 17:15:33 +05:30
Darshan
479a583ff5
exclude the mocks.
2026-01-14 16:55:47 +05:30
Chirag Aggarwal
ae6df78020
Add int64 format support for integer attributes
...
This change adds int64 format specification to integer attribute min/max values in the API response models and updates all OpenAPI/Swagger specifications accordingly. This ensures proper type handling for large integer values that exceed int32 range in client SDKs.
Changes:
- Add 'format: int64' to min/max fields in AttributeInteger and ColumnInteger models
- Regenerate OpenAPI 3.x and Swagger 2.x specs for all platforms (client, console, server)
- Update composer dependencies
2026-01-13 17:00:20 +05:30
Chirag Aggarwal
06c4ba81e9
chore: sync specs + allow cookie auth in console platform
2026-01-02 15:20:45 +05:30
Chirag Aggarwal
b78be65376
fix: make getScreenshot output param to use ImageFormat enum
2025-12-24 13:39:51 +05:30
Jake Barnby
937cac454a
Merge branch '1.8.x' into chore-specs
2025-12-18 09:32:37 +00:00
Jake Barnby
e6781cb4c3
Release SDKs
2025-12-18 21:41:50 +13:00
Chirag Aggarwal
ce8f72bee9
data examples update
2025-12-17 15:58:04 +05:30
Chirag Aggarwal
fadcb39765
chore: sync sdk examples after spec changes
2025-12-17 15:48:49 +05:30
Jake Barnby
4e0945d0ed
Update specs
2025-12-17 19:18:57 +13:00
Chirag Aggarwal
c6b6b7cdac
fix: edit field
2025-12-15 21:41:17 +05:30
Chirag Aggarwal
5daacb7161
Refactor Specs task for better code organization
...
- Extract platform, auth counts, and keys into separate methods
- Add getPlatforms(), getAuthCounts(), and getKeys() methods
- Extract SDK platform logic into getSDKPlatformsForRouteSecurity()
- Add PHPDoc comments with proper type hints
- Move constructor to top of class for better readability
2025-12-14 11:21:44 +05:30
Chirag Aggarwal
aa12ef6569
Add public visibility control for deprecated methods
...
- Add 'public' parameter to SDK Method class to control documentation visibility
- Mark deprecated methods as non-public (public: false) to hide them from docs
- Update OpenAPI and Swagger specs to reflect visibility changes
- Affected endpoints: account verification, messaging providers, and MFA authenticators
2025-12-11 13:53:34 +05:30
Jake Barnby
65bd9a41d5
Merge pull request #10894 from appwrite/feat-multi-create
...
Feat multi create
2025-12-08 05:55:52 +00:00
Jake Barnby
3c9548bc9d
Update specs
2025-12-05 21:47:30 +13:00
Chirag Aggarwal
68ffa5258c
fix: roles enum
2025-12-03 12:04:30 +05:30
Chirag Aggarwal
0c114b8d66
fix: enum example
2025-12-03 09:30:43 +05:30
Chirag Aggarwal
8fe1ec48d0
chore: browser permissions enum
2025-12-03 09:28:39 +05:30
Chirag Aggarwal
aaafdaae52
chore: better examples
2025-12-01 19:21:49 +05:30
Chirag Aggarwal
ba10bed271
chore: change VCSDeploymentType enum to VCSReferenceType
2025-11-21 09:56:26 +05:30
Chirag Aggarwal
a2463f8cc3
fix naming
2025-11-20 15:23:16 +05:30
Chirag Aggarwal
4b752c15e8
functions too
2025-11-20 10:42:13 +05:30
Chirag Aggarwal
fcce6f8d34
fix: override template deployment type enum name
2025-11-20 10:32:56 +05:30
Chirag Aggarwal
f9274dad3f
regenerate specs
2025-11-18 09:53:13 +05:30
Jake Barnby
a11cf6b002
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
2025-11-14 15:34:36 +13:00
Jake Barnby
b2d228e102
Update specs
2025-11-13 23:42:13 +13:00
Chirag Aggarwal
b695ddc7e3
Merge branch '1.8.x' into fix-nullable-validation
2025-11-13 16:06:33 +05:30
Chirag Aggarwal
3a6d907b42
release flutter + dart and add screenshot api docs
2025-11-13 11:29:38 +05:30
Chirag Aggarwal
0ed4b5dbe7
fix imports + add spec changes
2025-11-10 10:16:58 +05:30
Chirag Aggarwal
86896a6d3c
chore: sync specs
2025-11-10 08:51:56 +05:30
Steven Nguyen
25b3680b1d
Merge branch '1.8.x' into fix/sitesCreateDeployment
2025-11-04 11:36:37 -08:00
Jake Barnby
e7dc7a6fba
Update specs
2025-11-01 01:05:15 +13:00
Jake Barnby
9f2ff0e1f7
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
...
# Conflicts:
# app/config/specs/open-api3-1.8.x-client.json
# app/config/specs/open-api3-1.8.x-console.json
# app/config/specs/open-api3-1.8.x-server.json
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-1.8.x-client.json
# app/config/specs/swagger2-1.8.x-console.json
# app/config/specs/swagger2-1.8.x-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
2025-10-28 17:22:02 +13:00
Chirag Aggarwal
f12481ce20
add update endpoint
2025-10-23 19:42:12 +05:30
Chirag Aggarwal
a280a565f6
feat: resend adapter
2025-10-23 19:06:11 +05:30
Jake Barnby
26e07b8c26
Update specs
2025-10-23 16:58:29 +13:00
Jake Barnby
4619e03d64
Update specs
2025-10-22 01:26:01 +13:00
Jake Barnby
ab5556919e
Update specs
2025-10-10 19:21:33 +13:00
Jake Barnby
3b225b8ec3
Update specs
2025-10-09 16:52:40 +13:00
Jake Barnby
9e3c439c51
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
2025-10-07 18:57:46 +13:00
Chirag Aggarwal
8baf4d429e
Merge branch '1.8.x' into feat-rename-verification-methods
2025-10-07 11:47:43 +07:00
Chirag Aggarwal
024d13c1b2
update naming
2025-10-07 09:58:39 +05:30
Luke B. Silver
af68c46702
Merge pull request #10592 from Priyanshuthapliyal2005/fix/tableDbBrokenLink
...
fix(docs): update broken create table links in TablesDB docs
2025-10-06 21:24:42 +01:00
Chirag Aggarwal
56076ad649
update path and add alias
2025-10-06 19:13:06 +05:30