Skip to content

Commit

Permalink
# Wordings
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong committed Apr 18, 2024
1 parent afca83b commit 37fe3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CLIENT_GENERATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ Some clients also check for the validity of query string parameter names to guar
## Global Parameters
All operations in the spec contain a set of parameters that are common across all operations. These parameters are denoted with `x-global: true` vendor extension. The generated clients should find a way to DRY these parameters.

## Parameter Default Values
Parameters can have default values either through its schema or the `x-default` vendor extension. When both are present, the `x-default` value takes precedence.
## Default Parameter Values
Parameters can have default values either through schema or the `x-default` vendor extension. When both are present, `x-default` will takes precedence.

0 comments on commit 37fe3fa

Please sign in to comment.