codeSamples
codeSamples: {
code: Partial<
Record<
| "javascript"
| "python"
| "php"
| "ruby"
| "seam_cli"
| "go"
| "java"
| "csharp"
| "curl",
{
request: string;
request_syntax: | "javascript"
| "python"
| "php"
| "ruby"
| "go"
| "java"
| "csharp"
| "json"
| "bash";
response: string;
response_syntax: | "javascript"
| "python"
| "php"
| "ruby"
| "go"
| "java"
| "csharp"
| "json"
| "bash";
sdkName: | "javascript"
| "python"
| "php"
| "ruby"
| "seam_cli"
| "go"
| "java"
| "csharp"
| "curl";
title: string;
},
>,
>;
description: string;
request: { parameters: Record<string, Json>; path: string };
response: { body: null | Record<string, Json> };
title: string;
}[]