diff --git a/idn/sailpoint-api.beta.yaml b/idn/sailpoint-api.beta.yaml index ac173d8e..c4f863cf 100644 --- a/idn/sailpoint-api.beta.yaml +++ b/idn/sailpoint-api.beta.yaml @@ -195,9 +195,6 @@ tags: Administrators can select the source account to view its attributes, entitlements, and the last time the account's password was changed. Refer to [Managing User Accounts](https://documentation.sailpoint.com/saas/help/common/users/user_access.html#managing-user-accounts) for more information about accounts. - - name: Apps - description: | - Use this API to implement source application functionality. With this functionality in place, you can create, customize, and manage applications within sources. - name: Application Discovery description: | Use this API to discover applications within your Okta connector and receive connector recommendations by manually uploading application names. @@ -206,6 +203,9 @@ tags: Use this API to implement approval functionality. With this functionality in place, you can get generic approvals and modify them. The main advantages this API has vs [Access Request Approvals](https://developer.sailpoint.com/docs/api/beta/access-request-approvals) are that you can use it to get generic approvals individually or in batches and make changes to those approvals. + - name: Apps + description: | + Use this API to implement source application functionality. With this functionality in place, you can create, customize, and manage applications within sources. - name: Auth Profile description: | Auth Profile - Represents authentication configuration for an Identity Profile. This object gets created when an Identity Profile is created. @@ -977,6 +977,7 @@ tags: - Risk levels Refer to [Tagging Items in Search](https://documentation.sailpoint.com/saas/help/search/index.html?h=tags#tagging-items-in-search) for more information about tagging objects in Identity Security Cloud. + - name: Tags - name: Task Management - name: Tenant description: API for reading tenant details. @@ -1746,6 +1747,10 @@ paths: $ref: './beta/paths/bulk-add-tagged-objects.yaml' /tagged-objects/bulk-remove: $ref: './beta/paths/bulk-remove-tagged-objects.yaml' + /tags: + $ref: "./beta/paths/tags.yaml" + /tags/{id}: + $ref: "./beta/paths/tag.yaml" /tenant: $ref: './beta/paths/tenant.yaml' /transforms: