You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*OktaApplicationApi* | [**Invoke-OktaListFeaturesForApplication**](docs/OktaApplicationApi.md#Invoke-OktaListFeaturesForApplication) | **GET** /api/v1/apps/{appId}/features | List all Features
55
55
*OktaApplicationApi* | [**Invoke-OktaListOAuth2TokensForApplication**](docs/OktaApplicationApi.md#Invoke-OktaListOAuth2TokensForApplication) | **GET** /api/v1/apps/{appId}/tokens | List all OAuth 2.0 Tokens
56
56
*OktaApplicationApi* | [**Invoke-OktaListScopeConsentGrants**](docs/OktaApplicationApi.md#Invoke-OktaListScopeConsentGrants) | **GET** /api/v1/apps/{appId}/grants | List all Scope Consent Grants
[**Invoke-OktaListFeaturesForApplication**](OktaApplicationApi.md#Invoke-OktaListFeaturesForApplication) | **GET** /api/v1/apps/{appId}/features | List all Features
37
37
[**Invoke-OktaListOAuth2TokensForApplication**](OktaApplicationApi.md#Invoke-OktaListOAuth2TokensForApplication) | **GET** /api/v1/apps/{appId}/tokens | List all OAuth 2.0 Tokens
38
38
[**Invoke-OktaListScopeConsentGrants**](OktaApplicationApi.md#Invoke-OktaListScopeConsentGrants) | **GET** /api/v1/apps/{appId}/grants | List all Scope Consent Grants
[**Publish-OktaCsrFromApplication**](OktaApplicationApi.md#Publish-OktaCsrFromApplication) | **POST** /api/v1/apps/{appId}/credentials/csrs/{csrId}/lifecycle/publish | Publish a Certificate Signing Request
40
41
[**Revoke-OktaCsrFromApplication**](OktaApplicationApi.md#Revoke-OktaCsrFromApplication) | **DELETE** /api/v1/apps/{appId}/credentials/csrs/{csrId} | Revoke a Certificate Signing Request
41
42
[**Revoke-OktaOAuth2TokenForApplication**](OktaApplicationApi.md#Revoke-OktaOAuth2TokenForApplication) | **DELETE** /api/v1/apps/{appId}/tokens/{tokenId} | Revoke an OAuth 2.0 Token
@@ -1783,6 +1784,59 @@ Name | Type | Description | Notes
1783
1784
1784
1785
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: openapi3/README.md
+2-26Lines changed: 2 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,31 +43,7 @@ For troubleshooting, please run `$DebugPreference = 'Continue'` to turn on debug
43
43
44
44
## Getting Started
45
45
46
-
### Regenerating the SDK
47
-
48
-
To regenerate the SDK from the OpenAPI specification:
49
-
50
-
1. Install the [OpenAPI generator CLI](https://www.npmjs.com/package/@openapitools/openapi-generator-cli)
51
-
2. Navigate to the `openapi3` directory
52
-
3. Run the automated generation script:
53
-
```powershell
54
-
.\generate.ps1
55
-
```
56
-
57
-
This script will:
58
-
- Generate code using `openapi-generator-cli` with the configuration in `config.json`
59
-
- Automatically fix documentation to include the `Okta` prefix in `Initialize-` functions
46
+
- Install the [OpenAPI generator CLI](https://www.npmjs.com/package/@openapitools/openapi-generator-cli)
47
+
- Run `openapi-generator-cli generate -g powershell -c config.json --skip-validate-spec`
60
48
61
49
> Note that `config.json` contains all the configuration required (templates, supporting files, global configuration, etc) to generate the Okta SDK. For more details about the generator's customization visit [this link](https://openapi-generator.tech/docs/customization).
0 commit comments