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.
58
58
*[findApiEndpoint](docs/sdks/apiendpoints/README.md#findapiendpoint) - Find an ApiEndpoint via its displayName.
@@ -63,7 +63,7 @@ sdk.apis.getApis({
63
63
*[getApiEndpoint](docs/sdks/apiendpoints/README.md#getapiendpoint) - Get an ApiEndpoint.
64
64
*[upsertApiEndpoint](docs/sdks/apiendpoints/README.md#upsertapiendpoint) - Upsert an ApiEndpoint.
65
65
66
-
### [Apis](docs/sdks/apis/README.md)
66
+
### [apis](docs/sdks/apis/README.md)
67
67
68
68
*[deleteApi](docs/sdks/apis/README.md#deleteapi) - Delete an Api.
69
69
*[generateOpenApiSpec](docs/sdks/apis/README.md#generateopenapispec) - Generate an OpenAPI specification for a particular Api.
@@ -72,31 +72,31 @@ sdk.apis.getApis({
72
72
*[getApis](docs/sdks/apis/README.md#getapis) - Get a list of Apis for a given workspace
73
73
*[upsertApi](docs/sdks/apis/README.md#upsertapi) - Upsert an Api
74
74
75
-
### [Embeds](docs/sdks/embeds/README.md)
75
+
### [embeds](docs/sdks/embeds/README.md)
76
76
77
77
*[getEmbedAccessToken](docs/sdks/embeds/README.md#getembedaccesstoken) - Get an embed access token for the current workspace.
78
78
*[getValidEmbedAccessTokens](docs/sdks/embeds/README.md#getvalidembedaccesstokens) - Get all valid embed access tokens for the current workspace.
79
79
*[revokeEmbedAccessToken](docs/sdks/embeds/README.md#revokeembedaccesstoken) - Revoke an embed access EmbedToken.
80
80
81
-
### [Metadata](docs/sdks/metadata/README.md)
81
+
### [metadata](docs/sdks/metadata/README.md)
82
82
83
83
*[deleteVersionMetadata](docs/sdks/metadata/README.md#deleteversionmetadata) - Delete metadata for a particular apiID and versionID.
84
84
*[getVersionMetadata](docs/sdks/metadata/README.md#getversionmetadata) - Get all metadata for a particular apiID and versionID.
85
85
*[insertVersionMetadata](docs/sdks/metadata/README.md#insertversionmetadata) - Insert metadata for a particular apiID and versionID.
86
86
87
-
### [Plugins](docs/sdks/plugins/README.md)
87
+
### [plugins](docs/sdks/plugins/README.md)
88
88
89
89
*[getPlugins](docs/sdks/plugins/README.md#getplugins) - Get all plugins for the current workspace.
90
90
*[runPlugin](docs/sdks/plugins/README.md#runplugin) - Run a plugin
91
91
*[upsertPlugin](docs/sdks/plugins/README.md#upsertplugin) - Upsert a plugin
92
92
93
-
### [Requests](docs/sdks/requests/README.md)
93
+
### [requests](docs/sdks/requests/README.md)
94
94
95
95
*[generateRequestPostmanCollection](docs/sdks/requests/README.md#generaterequestpostmancollection) - Generate a Postman collection for a particular request.
96
96
*[getRequestFromEventLog](docs/sdks/requests/README.md#getrequestfromeventlog) - Get information about a particular request.
97
97
*[queryEventLog](docs/sdks/requests/README.md#queryeventlog) - Query the event log to retrieve a list of requests.
98
98
99
-
### [Schemas](docs/sdks/schemas/README.md)
99
+
### [schemas](docs/sdks/schemas/README.md)
100
100
101
101
*[deleteSchema](docs/sdks/schemas/README.md#deleteschema) - Delete a particular schema revision for an Api.
102
102
*[downloadSchema](docs/sdks/schemas/README.md#downloadschema) - Download the latest schema for a particular apiID.
0 commit comments