Skip to content

Corrected input params array order to match URI '/api/v1/authorizatio…#131

Merged
monde merged 1 commit intomasterfrom
fix_authorizationServers_policies_rules_params
Oct 28, 2022
Merged

Corrected input params array order to match URI '/api/v1/authorizatio…#131
monde merged 1 commit intomasterfrom
fix_authorizationServers_policies_rules_params

Conversation

@monde
Copy link
Copy Markdown
Contributor

@monde monde commented Apr 15, 2022

Corrected out of order parameters to URI variables on '/api/v1/authorizationServers/{authServerId}/policies/{policyId}' endpoint.

Inserted missing 2.14.0 release notes into changelog

Passing tests in okta-sdk-golang from this spec change:
okta/okta-sdk-golang#336

@MikeMondragon-okta MikeMondragon-okta force-pushed the fix_authorizationServers_policies_rules_params branch from 1fd6fd7 to 79b7129 Compare April 15, 2022 18:53
@MikeMondragon-okta MikeMondragon-okta force-pushed the fix_authorizationServers_policies_rules_params branch from 79b7129 to cdfd00c Compare April 15, 2022 22:26
@MikeMondragon-okta MikeMondragon-okta force-pushed the fix_authorizationServers_policies_rules_params branch 2 times, most recently from c11a684 to 6b235c5 Compare October 27, 2022 22:44
'/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules'
'/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}'
@MikeMondragon-okta MikeMondragon-okta force-pushed the fix_authorizationServers_policies_rules_params branch from 6b235c5 to 49ed231 Compare October 28, 2022 18:48
@monde monde merged commit 0854f04 into master Oct 28, 2022
@monde monde deleted the fix_authorizationServers_policies_rules_params branch October 28, 2022 18:56
kodiakhq Bot referenced this pull request in cloudquery/cloudquery Dec 1, 2022
#5228)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/okta/okta-sdk-golang/v2](https://togithub.com/okta/okta-sdk-golang) | require | minor | `v2.13.0` -> `v2.16.0` |

---

### Release Notes

<details>
<summary>okta/okta-sdk-golang</summary>

### [`v2.16.0`](https://togithub.com/okta/okta-sdk-golang/blob/HEAD/CHANGELOG.md#v2160)

[Compare Source](https://togithub.com/okta/okta-sdk-golang/compare/v2.15.0...v2.16.0)

-   All API integers, which previously had been typed as `int64`, are now typed
    `*int64` so that serialization of actual `0` values are not ignored when
    omitempty tags are present for serialization.

### [`v2.15.0`](https://togithub.com/okta/okta-sdk-golang/blob/HEAD/CHANGELOG.md#v2150)

[Compare Source](https://togithub.com/okta/okta-sdk-golang/compare/v2.14.0...v2.15.0)

##### Additions

-   Added `POST /api/v1/authenticators` for `CreateAuthenticator` method to `AuthenticatorResource` model by [@&#8203;monde](https://togithub.com/monde) in  [https://github.com/okta/okta-management-openapi-spec/pull/154](https://togithub.com/okta/okta-management-openapi-spec/pull/154)
-   Added `/api/v1/apps/${applicationId}/credentials/secrets` endpoints and `ClientSecret` model by [@&#8203;monde](https://togithub.com/monde) in [https://github.com/okta/okta-management-openapi-spec/pull/146](https://togithub.com/okta/okta-management-openapi-spec/pull/146)
-   Added property `pkce_required` to the `ApplicationCredentialsOAuthClient` model by [@&#8203;monde](https://togithub.com/monde) in [https://github.com/okta/okta-management-openapi-spec/pull/145](https://togithub.com/okta/okta-management-openapi-spec/pull/145)
-   Added `uiSchemaId` property to the `ProfileEnrollmentPolicyRuleAction` model by [@&#8203;emanor-okta](https://togithub.com/emanor-okta) in [https://github.com/okta/okta-management-openapi-spec/pull/144](https://togithub.com/okta/okta-management-openapi-spec/pull/144)

##### Bug fixes

-   Corrected parameters order
    -   `/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules`
    -   `/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}`
    -   By [@&#8203;monde](https://togithub.com/monde) [https://github.com/okta/okta-management-openapi-spec/pull/131](https://togithub.com/okta/okta-management-openapi-spec/pull/131)

### [`v2.14.0`](https://togithub.com/okta/okta-sdk-golang/blob/HEAD/CHANGELOG.md#v2140)

[Compare Source](https://togithub.com/okta/okta-sdk-golang/compare/v2.13.0...v2.14.0)

##### Updates

-   Added property `inactivityPeriod` to `VerificationMethod` model [openapi-2.14.0](https://togithub.com/okta/okta-management-openapi-spec/releases/tag/openapi-2.14.0)
-   OAuth tokens are cached regardless of what request cache manager is utilized on the client.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants