Skip to content

Commit

Permalink
[OpenAPI] Remove self-referential externalDocs (#2925)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Sep 26, 2024
1 parent 97b47a7 commit e7ffee1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3,337 deletions.
3 changes: 2 additions & 1 deletion compiler-rs/clients_schema_to_openapi/src/paths.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ pub fn add_endpoint(
tags: vec![namespace.to_string()],
summary: sum_desc.summary,
description: sum_desc.description,
external_docs: tac.convert_external_docs(endpoint),
// external_docs: tac.convert_external_docs(endpoint),
external_docs: None, // Need values that differ from client purposes
operation_id: None, // set in clone_operation below with operation_counter
parameters,
request_body: request_body.clone(),
Expand Down
Binary file modified compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm
Binary file not shown.
Loading

0 comments on commit e7ffee1

Please sign in to comment.