okta / okta-powershell-cli

Powershell CLI for communicating with the Okta API
Other
15 stars 4 forks source link

Remove null values from payload by default to avoid bad request errors #28

Closed laura-rodriguez closed 6 months ago

laura-rodriguez commented 6 months ago

A new switch called IncludeNullValues has been included to all functions. Its value by default is false. Operators can still revert the default behavior by passing -IncludeNullValues.

Since I've updated the templates all the *Api files were impacted.

Fix OKTA-690058