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 |