feat: API specs update for version 1.9.x - #95
Conversation
Greptile SummaryThis PR updates the 1.9.x OpenAPI specifications and regenerated examples for new database APIs and revised execution models.
Confidence Score: 4/5The PR should not merge until the malformed Two newly added database examples document an SDK call with an unmatched closing parenthesis, causing an immediate Go syntax error when copied. Files Needing Attention: examples/1.9.x/server-go/examples/documentsdb/list-specifications.md and examples/1.9.x/server-go/examples/vectorsdb/list-specifications.md Important Files Changed
Prompt To Fix All With AI### Issue 1
examples/1.9.x/server-go/examples/documentsdb/list-specifications.md:18
**Unbalanced ListSpecifications call**
When a developer copies the newly generated DocumentsDB or VectorsDB example, `service.ListSpecifications())` contains an unmatched closing parenthesis, causing the Go source to fail compilation. The same malformed call occurs in `examples/1.9.x/server-go/examples/vectorsdb/list-specifications.md`.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Reviews (1): Last reviewed commit: "chore: remove redundant x-appwrite metho..." | Re-trigger Greptile |
|
|
||
| service := documentsdb.New(client) | ||
|
|
||
| response, error := service.ListSpecifications()) |
There was a problem hiding this comment.
Unbalanced ListSpecifications call
When a developer copies the newly generated DocumentsDB or VectorsDB example, service.ListSpecifications()) contains an unmatched closing parenthesis, causing the Go source to fail compilation. The same malformed call occurs in examples/1.9.x/server-go/examples/vectorsdb/list-specifications.md.
Prompt To Fix With AI
This is a comment left during a code review.
Path: examples/1.9.x/server-go/examples/documentsdb/list-specifications.md
Line: 18
Comment:
**Unbalanced ListSpecifications call**
When a developer copies the newly generated DocumentsDB or VectorsDB example, `service.ListSpecifications())` contains an unmatched closing parenthesis, causing the Go source to fail compilation. The same malformed call occurs in `examples/1.9.x/server-go/examples/vectorsdb/list-specifications.md`.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.
This PR contains API specification updates for version 1.9.x.