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
*[get_api_endpoint](docs/sdks/apiendpoints/README.md#get_api_endpoint) - Get an ApiEndpoint.
78
72
*[upsert_api_endpoint](docs/sdks/apiendpoints/README.md#upsert_api_endpoint) - Upsert an ApiEndpoint.
79
73
80
-
### [Metadata](docs/sdks/metadata/README.md)
81
-
82
-
*[delete_version_metadata](docs/sdks/metadata/README.md#delete_version_metadata) - Delete metadata for a particular apiID and versionID.
83
-
*[get_version_metadata](docs/sdks/metadata/README.md#get_version_metadata) - Get all metadata for a particular apiID and versionID.
84
-
*[insert_version_metadata](docs/sdks/metadata/README.md#insert_version_metadata) - Insert metadata for a particular apiID and versionID.
85
-
86
-
### [Schemas](docs/sdks/schemas/README.md)
74
+
### [Apis](docs/sdks/apis/README.md)
87
75
88
-
*[delete_schema](docs/sdks/schemas/README.md#delete_schema) - Delete a particular schema revision for an Api.
89
-
*[download_schema](docs/sdks/schemas/README.md#download_schema) - Download the latest schema for a particular apiID.
90
-
*[download_schema_revision](docs/sdks/schemas/README.md#download_schema_revision) - Download a particular schema revision for an Api.
91
-
*[get_schema](docs/sdks/schemas/README.md#get_schema) - Get information about the latest schema.
92
-
*[get_schema_diff](docs/sdks/schemas/README.md#get_schema_diff) - Get a diff of two schema revisions for an Api.
93
-
*[get_schema_revision](docs/sdks/schemas/README.md#get_schema_revision) - Get information about a particular schema revision for an Api.
94
-
*[get_schemas](docs/sdks/schemas/README.md#get_schemas) - Get information about all schemas associated with a particular apiID.
95
-
*[register_schema](docs/sdks/schemas/README.md#register_schema) - Register a schema.
76
+
*[delete_api](docs/sdks/apis/README.md#delete_api) - Delete an Api.
77
+
*[generate_open_api_spec](docs/sdks/apis/README.md#generate_open_api_spec) - Generate an OpenAPI specification for a particular Api.
78
+
*[generate_postman_collection](docs/sdks/apis/README.md#generate_postman_collection) - Generate a Postman collection for a particular Api.
79
+
*[get_all_api_versions](docs/sdks/apis/README.md#get_all_api_versions) - Get all Api versions for a particular ApiEndpoint.
80
+
*[get_apis](docs/sdks/apis/README.md#get_apis) - Get a list of Apis for a given workspace
81
+
*[upsert_api](docs/sdks/apis/README.md#upsert_api) - Upsert an Api
96
82
97
83
### [Artifacts](docs/sdks/artifacts/README.md)
98
84
@@ -112,11 +98,18 @@ end
112
98
*[get_workspace_access](docs/sdks/auth/README.md#get_workspace_access) - Get access allowances for a particular workspace
113
99
*[validate_api_key](docs/sdks/auth/README.md#validate_api_key) - Validate the current api key.
114
100
115
-
### [Requests](docs/sdks/requests/README.md)
101
+
### [Embeds](docs/sdks/embeds/README.md)
116
102
117
-
*[generate_request_postman_collection](docs/sdks/requests/README.md#generate_request_postman_collection) - Generate a Postman collection for a particular request.
118
-
*[get_request_from_event_log](docs/sdks/requests/README.md#get_request_from_event_log) - Get information about a particular request.
119
-
*[query_event_log](docs/sdks/requests/README.md#query_event_log) - Query the event log to retrieve a list of requests.
103
+
*[get_embed_access_token](docs/sdks/embeds/README.md#get_embed_access_token) - Get an embed access token for the current workspace.
104
+
*[get_valid_embed_access_tokens](docs/sdks/embeds/README.md#get_valid_embed_access_tokens) - Get all valid embed access tokens for the current workspace.
105
+
*[revoke_embed_access_token](docs/sdks/embeds/README.md#revoke_embed_access_token) - Revoke an embed access EmbedToken.
106
+
107
+
### [Events](docs/sdks/events/README.md)
108
+
109
+
*[get_workspace_events_by_target](docs/sdks/events/README.md#get_workspace_events_by_target) - Load recent events for a particular workspace
110
+
*[get_workspace_targets](docs/sdks/events/README.md#get_workspace_targets) - Load targets for a particular workspace
111
+
*[post_workspace_events](docs/sdks/events/README.md#post_workspace_events) - Post events for a specific workspace
112
+
*[search_workspace_events](docs/sdks/events/README.md#search_workspace_events) - Search events for a particular workspace by any field
*[create_free_trial](docs/sdks/organizations/README.md#create_free_trial) - Create a free trial for an organization
@@ -143,6 +142,24 @@ end
143
142
*[get_linting_report_signed_url](docs/sdks/reports/README.md#get_linting_report_signed_url) - Get the signed access url for the linting reports for a particular document.
144
143
*[upload_report](docs/sdks/reports/README.md#upload_report) - Upload a report.
145
144
145
+
### [Requests](docs/sdks/requests/README.md)
146
+
147
+
*[generate_request_postman_collection](docs/sdks/requests/README.md#generate_request_postman_collection) - Generate a Postman collection for a particular request.
148
+
*[get_request_from_event_log](docs/sdks/requests/README.md#get_request_from_event_log) - Get information about a particular request.
149
+
*[query_event_log](docs/sdks/requests/README.md#query_event_log) - Query the event log to retrieve a list of requests.
150
+
151
+
### [Schemas](docs/sdks/schemas/README.md)
152
+
153
+
*[delete_schema](docs/sdks/schemas/README.md#delete_schema) - Delete a particular schema revision for an Api.
154
+
*[download_schema](docs/sdks/schemas/README.md#download_schema) - Download the latest schema for a particular apiID.
155
+
*[download_schema_revision](docs/sdks/schemas/README.md#download_schema_revision) - Download a particular schema revision for an Api.
156
+
*[get_schema](docs/sdks/schemas/README.md#get_schema) - Get information about the latest schema.
157
+
*[get_schema_diff](docs/sdks/schemas/README.md#get_schema_diff) - Get a diff of two schema revisions for an Api.
158
+
*[get_schema_revision](docs/sdks/schemas/README.md#get_schema_revision) - Get information about a particular schema revision for an Api.
159
+
*[get_schemas](docs/sdks/schemas/README.md#get_schemas) - Get information about all schemas associated with a particular apiID.
160
+
*[register_schema](docs/sdks/schemas/README.md#register_schema) - Register a schema.
161
+
162
+
146
163
### [ShortURLs](docs/sdks/shorturls/README.md)
147
164
148
165
*[create](docs/sdks/shorturls/README.md#create) - Shorten a URL.
@@ -153,22 +170,11 @@ end
153
170
*[suggest_open_api](docs/sdks/suggest/README.md#suggest_open_api) - Generate suggestions for improving an OpenAPI document.
154
171
*[suggest_open_api_registry](docs/sdks/suggest/README.md#suggest_open_api_registry) - Generate suggestions for improving an OpenAPI document stored in the registry.
155
172
156
-
### [Embeds](docs/sdks/embeds/README.md)
157
-
158
-
*[get_embed_access_token](docs/sdks/embeds/README.md#get_embed_access_token) - Get an embed access token for the current workspace.
159
-
*[get_valid_embed_access_tokens](docs/sdks/embeds/README.md#get_valid_embed_access_tokens) - Get all valid embed access tokens for the current workspace.
160
-
*[revoke_embed_access_token](docs/sdks/embeds/README.md#revoke_embed_access_token) - Revoke an embed access EmbedToken.
161
-
162
173
### [Workspaces](docs/sdks/workspaces/README.md)
163
174
164
175
*[get_workspace](docs/sdks/workspaces/README.md#get_workspace) - Get workspace
165
176
166
-
### [Events](docs/sdks/events/README.md)
167
-
168
-
*[get_workspace_events_by_target](docs/sdks/events/README.md#get_workspace_events_by_target) - Load recent events for a particular workspace
169
-
*[get_workspace_targets](docs/sdks/events/README.md#get_workspace_targets) - Load targets for a particular workspace
170
-
*[post_workspace_events](docs/sdks/events/README.md#post_workspace_events) - Post events for a specific workspace
171
-
*[search_workspace_events](docs/sdks/events/README.md#search_workspace_events) - Search events for a particular workspace by any field
177
+
</details>
172
178
<!-- End Available Resources and Operations [operations] -->
0 commit comments