Skip to content

Commit

Permalink
Merge pull request #48 from mulesoft-consulting/dev
Browse files Browse the repository at this point in the history
Generates modules from pipeline.
  • Loading branch information
soufi authored Jan 28, 2022
2 parents 7fb9d6e + 172d39f commit 25b86f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion idp/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/inline_response_200'
$ref: '#/components/schemas/idp'
description: Success response
patch:
description: Updates the given identity provider for the given organization
Expand Down
8 changes: 4 additions & 4 deletions idp/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions idp/docs/DefaultApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Name | Type | Description | Notes

## OrganizationsOrgIdIdentityProvidersIdpIdGet

> InlineResponse200 OrganizationsOrgIdIdentityProvidersIdpIdGet(ctx, orgId, idpId).Execute()
> Idp OrganizationsOrgIdIdentityProvidersIdpIdGet(ctx, orgId, idpId).Execute()


Expand Down Expand Up @@ -184,7 +184,7 @@ func main() {
fmt.Fprintf(os.Stderr, "Error when calling `DefaultApi.OrganizationsOrgIdIdentityProvidersIdpIdGet``: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
}
// response from `OrganizationsOrgIdIdentityProvidersIdpIdGet`: InlineResponse200
// response from `OrganizationsOrgIdIdentityProvidersIdpIdGet`: Idp
fmt.Fprintf(os.Stdout, "Response from `DefaultApi.OrganizationsOrgIdIdentityProvidersIdpIdGet`: %v\n", resp)
}
```
Expand All @@ -210,7 +210,7 @@ Name | Type | Description | Notes

### Return type

[**InlineResponse200**](InlineResponse200.md)
[**Idp**](Idp.md)

### Authorization

Expand Down

0 comments on commit 25b86f1

Please sign in to comment.