Skip to content

Commit

Permalink
Merge pull request #456 from okta/OKTA-716406-fix-object-additional-p…
Browse files Browse the repository at this point in the history
…roperties

fix object that does not have additional properties
  • Loading branch information
duytiennguyen-okta committed May 15, 2024
2 parents 7692fb7 + 90066fd commit 33591f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28389,9 +28389,7 @@ components:
type: integer
profile:
type: object
additionalProperties:
type: object
properties: {}
additionalProperties: true
_embedded:
type: object
additionalProperties:
Expand Down Expand Up @@ -32747,9 +32745,7 @@ components:
properties:
debugData:
type: object
additionalProperties:
type: object
properties: {}
additionalProperties: true
readOnly: true
LogEvent:
type: object
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ When using a keypair, you won't need an API Token because the SDK will
request an access token for you. In order to use OAuth 2.0, construct a client
instance by passing the following parameters:

OAuth 2.0 flow is now support Dpop
OAuth 2.0 flow now supports [DPoP](https://developer.okta.com/docs/guides/dpop/main/)

```go
ctx := context.TODO()
Expand Down

0 comments on commit 33591f6

Please sign in to comment.