5050
5151* ` validate_api_key ` - Validate the current api key.
5252
53- ### ApiEndpoints
53+ ### api_endpoints
5454
5555* ` delete_api_endpoint ` - Delete an ApiEndpoint.
5656* ` find_api_endpoint ` - Find an ApiEndpoint via its displayName.
6161* ` get_api_endpoint ` - Get an ApiEndpoint.
6262* ` upsert_api_endpoint ` - Upsert an ApiEndpoint.
6363
64- ### Apis
64+ ### apis
6565
6666* ` delete_api ` - Delete an Api.
6767* ` generate_open_api_spec ` - Generate an OpenAPI specification for a particular Api.
@@ -70,31 +70,31 @@ else:
7070* ` get_apis ` - Get a list of Apis for a given workspace
7171* ` upsert_api ` - Upsert an Api
7272
73- ### Embeds
73+ ### embeds
7474
7575* ` get_embed_access_token ` - Get an embed access token for the current workspace.
7676* ` get_valid_embed_access_tokens ` - Get all valid embed access tokens for the current workspace.
7777* ` revoke_embed_access_token ` - Revoke an embed access EmbedToken.
7878
79- ### Metadata
79+ ### metadata
8080
8181* ` delete_version_metadata ` - Delete metadata for a particular apiID and versionID.
8282* ` get_version_metadata ` - Get all metadata for a particular apiID and versionID.
8383* ` insert_version_metadata ` - Insert metadata for a particular apiID and versionID.
8484
85- ### Plugins
85+ ### plugins
8686
8787* ` get_plugins ` - Get all plugins for the current workspace.
8888* ` run_plugin ` - Run a plugin
8989* ` upsert_plugin ` - Upsert a plugin
9090
91- ### Requests
91+ ### requests
9292
9393* ` generate_request_postman_collection ` - Generate a Postman collection for a particular request.
9494* ` get_request_from_event_log ` - Get information about a particular request.
9595* ` query_event_log ` - Query the event log to retrieve a list of requests.
9696
97- ### Schemas
97+ ### schemas
9898
9999* ` delete_schema ` - Delete a particular schema revision for an Api.
100100* ` download_schema ` - Download the latest schema for a particular apiID.
@@ -104,7 +104,6 @@ else:
104104* ` get_schema_revision ` - Get information about a particular schema revision for an Api.
105105* ` get_schemas ` - Get information about all schemas associated with a particular apiID.
106106* ` register_schema ` - Register a schema.
107-
108107<!-- End SDK Available Operations -->
109108
110109### SDK Generated by [ Speakeasy] ( https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks )
0 commit comments