Skip to content

Commit

Permalink
Merge pull request #54 from mulesoft-consulting/dev
Browse files Browse the repository at this point in the history
fixes bug in connected_app module
  • Loading branch information
soufi authored Oct 17, 2022
2 parents 32a02ce + 7d8fa58 commit 0c181fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion connected_app/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ components:
properties:
scopes:
items:
type: '#/components/schemas/scopeCore'
$ref: '#/components/schemas/scopeCore'
title: scopes
type: array
title: connectedAppScopesPutBody
Expand Down
8 changes: 4 additions & 4 deletions connected_app/docs/ConnectedAppScopesPutBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Scopes** | Pointer to [**[]ComponentsSchemasScopeCore**](ComponentsSchemasScopeCore.md) | | [optional]
**Scopes** | Pointer to [**[]ScopeCore**](ScopeCore.md) | | [optional]

## Methods

Expand All @@ -27,20 +27,20 @@ but it doesn't guarantee that properties required by API are set

### GetScopes

`func (o *ConnectedAppScopesPutBody) GetScopes() []ComponentsSchemasScopeCore`
`func (o *ConnectedAppScopesPutBody) GetScopes() []ScopeCore`

GetScopes returns the Scopes field if non-nil, zero value otherwise.

### GetScopesOk

`func (o *ConnectedAppScopesPutBody) GetScopesOk() (*[]ComponentsSchemasScopeCore, bool)`
`func (o *ConnectedAppScopesPutBody) GetScopesOk() (*[]ScopeCore, bool)`

GetScopesOk returns a tuple with the Scopes field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetScopes

`func (o *ConnectedAppScopesPutBody) SetScopes(v []ComponentsSchemasScopeCore)`
`func (o *ConnectedAppScopesPutBody) SetScopes(v []ScopeCore)`

SetScopes sets Scopes field to given value.

Expand Down
12 changes: 6 additions & 6 deletions connected_app/model_connected_app_scopes_put_body.go

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

0 comments on commit 0c181fe

Please sign in to comment.