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