Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
akwasi-cot committed Sep 3, 2024
1 parent 9a6ce04 commit 715c170
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions GenerateSdkFromSourceUrl.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,14 +370,14 @@ module OpenApiHelpers =
authorizationReversalPathMediaTypeContent.Add("application/json", authorizationReversalMediaType)

// Create a response
let authorisationReversalResponse: OpenApiResponse = OpenApiResponse()
authorisationReversalResponse.Content <- authorizationReversalPathMediaTypeContent
authorisationReversalResponse.Description <- "Success"
let authorizationReversalResponse: OpenApiResponse = OpenApiResponse()
authorizationReversalResponse.Content <- authorizationReversalPathMediaTypeContent
authorizationReversalResponse.Description <- "Success"

// Add response to responses
let authorisationReversalResponses: OpenApiResponses = OpenApiResponses()
authorisationReversalResponses.Add("200", authorisationReversalResponse)
authorisationReversalResponses
let authorizationReversalResponses: OpenApiResponses = OpenApiResponses()
authorizationReversalResponses.Add("200", authorizationReversalResponse)
authorizationReversalResponses

// Build Request Object
let request =
Expand Down

0 comments on commit 715c170

Please sign in to comment.