okta / okta-sdk-golang

A Golang SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
https://github.com/okta/okta-sdk-golang
Other
174 stars 143 forks source link

`POST /api/v1/authenticators` #345

Closed monde closed 1 year ago

monde commented 1 year ago

POST /api/v1/authenticators https://developer.okta.com/docs/reference/api/authenticators-admin/#create-authenticator

While okta-management-openapi-spec PR was open:

OPENAPI_SPEC_BRANCH=post_authenticators make pull-spec
OKTA_SDK_GOLANG_VERISON=2.15.0-beta.4 make generate-files

after

 OPENAPI_SPEC_BRANCH=master make pull-spec
make generate-files

ref: https://github.com/okta/okta-management-openapi-spec/pull/154

Proven in: