Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .stainless/stainless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ targets:
package_name: grid
production_repo: null
csharp:
# Skipped: Stainless's csharp build CI fails on any freshly generated code,
# failing the SDK preview check on every spec-changing PR. Unpublished target.
skip: true
edition: csharp.2025-10-08
package_name: grid
production_repo: null
Expand Down
2 changes: 1 addition & 1 deletion mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/components/schemas/common/GtqAccountInfoBase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ properties:
- SAVINGS
bankName:
type: string
description: The name of the bank
description: The name of the beneficiary's bank
minLength: 1
maxLength: 255
example:
Expand Down
Loading