v1
protected
openapi-connections

Preview Spec

Fetch/parse an OpenAPI spec and return metadata + tools without creating a connection.

The service dependency ensures authentication is enforced.

post/v1/workspaces/{workspace}/openapi-connections/preview-spec

Path parameters

workspacestring required

Slug of the workspace the request acts in

Slug of the workspace the request acts in

Request body

spec_contentobject nullable
spec_urlstring nullable

Response

Successful Response

base_urlstring nullable
descriptionstring nullable
titlestring nullable
toolsobject[]
versionstring nullable

Changes