Skip to content

Commit

Permalink
(fix): use description property for file upload endpoint docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Apr 10, 2024
1 parent cef2a9f commit 777c50a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ function convertRequestBody(irRequest: Ir.http.HttpRequestBody): APIV1Write.Http
type: "bodyProperty",
key: bodyProperty.name.wireValue,
valueType: convertTypeReference(bodyProperty.valueType),
docs: bodyProperty.docs
description: bodyProperty.docs
}),
_other: () => undefined
});
Expand Down

0 comments on commit 777c50a

Please sign in to comment.