You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[DeleteApiEndpoint](docs/sdks/apiendpoints/README.md#deleteapiendpoint) - Delete an ApiEndpoint.
53
53
*[FindApiEndpoint](docs/sdks/apiendpoints/README.md#findapiendpoint) - Find an ApiEndpoint via its displayName.
@@ -58,7 +58,7 @@ var res = await sdk.Apis.GetApisAsync(new GetApisRequest() {
58
58
*[GetApiEndpoint](docs/sdks/apiendpoints/README.md#getapiendpoint) - Get an ApiEndpoint.
59
59
*[UpsertApiEndpoint](docs/sdks/apiendpoints/README.md#upsertapiendpoint) - Upsert an ApiEndpoint.
60
60
61
-
### [apis](docs/sdks/apis/README.md)
61
+
### [Apis](docs/sdks/apis/README.md)
62
62
63
63
*[DeleteApi](docs/sdks/apis/README.md#deleteapi) - Delete an Api.
64
64
*[GenerateOpenApiSpec](docs/sdks/apis/README.md#generateopenapispec) - Generate an OpenAPI specification for a particular Api.
@@ -67,31 +67,31 @@ var res = await sdk.Apis.GetApisAsync(new GetApisRequest() {
67
67
*[GetApis](docs/sdks/apis/README.md#getapis) - Get a list of Apis for a given workspace
68
68
*[UpsertApi](docs/sdks/apis/README.md#upsertapi) - Upsert an Api
69
69
70
-
### [embeds](docs/sdks/embeds/README.md)
70
+
### [Embeds](docs/sdks/embeds/README.md)
71
71
72
72
*[GetEmbedAccessToken](docs/sdks/embeds/README.md#getembedaccesstoken) - Get an embed access token for the current workspace.
73
73
*[GetValidEmbedAccessTokens](docs/sdks/embeds/README.md#getvalidembedaccesstokens) - Get all valid embed access tokens for the current workspace.
74
74
*[RevokeEmbedAccessToken](docs/sdks/embeds/README.md#revokeembedaccesstoken) - Revoke an embed access EmbedToken.
75
75
76
-
### [metadata](docs/sdks/metadata/README.md)
76
+
### [Metadata](docs/sdks/metadata/README.md)
77
77
78
78
*[DeleteVersionMetadata](docs/sdks/metadata/README.md#deleteversionmetadata) - Delete metadata for a particular apiID and versionID.
79
79
*[GetVersionMetadata](docs/sdks/metadata/README.md#getversionmetadata) - Get all metadata for a particular apiID and versionID.
80
80
*[InsertVersionMetadata](docs/sdks/metadata/README.md#insertversionmetadata) - Insert metadata for a particular apiID and versionID.
81
81
82
-
### [plugins](docs/sdks/plugins/README.md)
82
+
### [Plugins](docs/sdks/plugins/README.md)
83
83
84
84
*[GetPlugins](docs/sdks/plugins/README.md#getplugins) - Get all plugins for the current workspace.
85
85
*[RunPlugin](docs/sdks/plugins/README.md#runplugin) - Run a plugin
86
86
*[UpsertPlugin](docs/sdks/plugins/README.md#upsertplugin) - Upsert a plugin
87
87
88
-
### [requests](docs/sdks/requests/README.md)
88
+
### [Requests](docs/sdks/requests/README.md)
89
89
90
90
*[GenerateRequestPostmanCollection](docs/sdks/requests/README.md#generaterequestpostmancollection) - Generate a Postman collection for a particular request.
91
91
*[GetRequestFromEventLog](docs/sdks/requests/README.md#getrequestfromeventlog) - Get information about a particular request.
92
92
*[QueryEventLog](docs/sdks/requests/README.md#queryeventlog) - Query the event log to retrieve a list of requests.
93
93
94
-
### [schemas](docs/sdks/schemas/README.md)
94
+
### [Schemas](docs/sdks/schemas/README.md)
95
95
96
96
*[DeleteSchema](docs/sdks/schemas/README.md#deleteschema) - Delete a particular schema revision for an Api.
97
97
*[DownloadSchema](docs/sdks/schemas/README.md#downloadschema) - Download the latest schema for a particular apiID.
/// Generate a Postman collection for a particular ApiEndpoint.
60
+
///
61
+
/// <remarks>
62
+
/// Generates a postman collection that allows the endpoint to be called from postman variables produced for any path/query/header parameters included in the OpenAPI document.
@@ -191,13 +225,6 @@ public async Task<GenerateOpenApiSpecForApiEndpointResponse> GenerateOpenApiSpec
191
225
}
192
226
193
227
194
-
/// <summary>
195
-
/// Generate a Postman collection for a particular ApiEndpoint.
196
-
///
197
-
/// <remarks>
198
-
/// Generates a postman collection that allows the endpoint to be called from postman variables produced for any path/query/header parameters included in the OpenAPI document.
0 commit comments