Skip to content

Commit 14fbb79

Browse files
committed
[OpenAPI] Remove self-referential externalDocs
1 parent 0b8119a commit 14fbb79

File tree

4 files changed

+2
-3340
lines changed

4 files changed

+2
-3340
lines changed

compiler-rs/clients_schema_to_openapi/src/paths.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ pub fn add_endpoint(
199199
tags: vec![endpoint.name.clone()],
200200
summary: sum_desc.summary,
201201
description: sum_desc.description,
202-
external_docs: tac.convert_external_docs(endpoint),
202+
// external_docs: tac.convert_external_docs(endpoint),
203+
external_docs: None, // Need values that differ from client purposes
203204
operation_id: None, // set in clone_operation below with operation_counter
204205
parameters,
205206
request_body: request_body.clone(),
Binary file not shown.

0 commit comments

Comments
 (0)