Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.27 KB

getcodesamplesrequest.md

File metadata and controls

11 lines (8 loc) · 2.27 KB

GetCodeSamplesRequest

Fields

Field Type Required Description Example
Languages []string The languages to retrieve snippets for. [
"python",
"javascript"
]
MethodPaths []operations.MethodPaths The method paths to retrieve snippets for. [
{
"method": "get",
"path": "/pets"
}
]
OperationIds []string The operation IDs to retrieve snippets for. getPets
RegistryURL string ✔️ The registry URL from which to retrieve the snippets. https://spec.speakeasy.com/my-org/my-workspace/my-source