50
50
51
51
* ` validate_api_key ` - Validate the current api key.
52
52
53
- ### ApiEndpoints
53
+ ### api_endpoints
54
54
55
55
* ` delete_api_endpoint ` - Delete an ApiEndpoint.
56
56
* ` find_api_endpoint ` - Find an ApiEndpoint via its displayName.
61
61
* ` get_api_endpoint ` - Get an ApiEndpoint.
62
62
* ` upsert_api_endpoint ` - Upsert an ApiEndpoint.
63
63
64
- ### Apis
64
+ ### apis
65
65
66
66
* ` delete_api ` - Delete an Api.
67
67
* ` generate_open_api_spec ` - Generate an OpenAPI specification for a particular Api.
@@ -70,31 +70,31 @@ else:
70
70
* ` get_apis ` - Get a list of Apis for a given workspace
71
71
* ` upsert_api ` - Upsert an Api
72
72
73
- ### Embeds
73
+ ### embeds
74
74
75
75
* ` get_embed_access_token ` - Get an embed access token for the current workspace.
76
76
* ` get_valid_embed_access_tokens ` - Get all valid embed access tokens for the current workspace.
77
77
* ` revoke_embed_access_token ` - Revoke an embed access EmbedToken.
78
78
79
- ### Metadata
79
+ ### metadata
80
80
81
81
* ` delete_version_metadata ` - Delete metadata for a particular apiID and versionID.
82
82
* ` get_version_metadata ` - Get all metadata for a particular apiID and versionID.
83
83
* ` insert_version_metadata ` - Insert metadata for a particular apiID and versionID.
84
84
85
- ### Plugins
85
+ ### plugins
86
86
87
87
* ` get_plugins ` - Get all plugins for the current workspace.
88
88
* ` run_plugin ` - Run a plugin
89
89
* ` upsert_plugin ` - Upsert a plugin
90
90
91
- ### Requests
91
+ ### requests
92
92
93
93
* ` generate_request_postman_collection ` - Generate a Postman collection for a particular request.
94
94
* ` get_request_from_event_log ` - Get information about a particular request.
95
95
* ` query_event_log ` - Query the event log to retrieve a list of requests.
96
96
97
- ### Schemas
97
+ ### schemas
98
98
99
99
* ` delete_schema ` - Delete a particular schema revision for an Api.
100
100
* ` download_schema ` - Download the latest schema for a particular apiID.
@@ -104,7 +104,6 @@ else:
104
104
* ` get_schema_revision ` - Get information about a particular schema revision for an Api.
105
105
* ` get_schemas ` - Get information about all schemas associated with a particular apiID.
106
106
* ` register_schema ` - Register a schema.
107
-
108
107
<!-- End SDK Available Operations -->
109
108
110
109
### SDK Generated by [ Speakeasy] ( https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks )
0 commit comments