Skip to content

Commit

Permalink
Update src/lib/code-sample/schema.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Sosenko <[email protected]>
  • Loading branch information
andrii-balitskyi and razor-x authored Oct 4, 2024
1 parent 1f89a3e commit 0112c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/code-sample/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const createCodeSample = async (
request: createCsharpRequest(codeSampleDefinition, context),
response: createCsharpResponse(codeSampleDefinition, context),
request_syntax: 'csharp',
response_syntax: 'csharp',
response_syntax: 'json',
},
}

Expand Down

0 comments on commit 0112c26

Please sign in to comment.