sailpoint-api-client 2.0.3 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/access_model_metadata/docs/Methods/AccessModelMetadataApi.md +11 -11
  2. package/access_profiles/docs/Methods/AccessProfilesApi.md +8 -8
  3. package/access_request_approvals/docs/Methods/AccessRequestApprovalsApi.md +7 -7
  4. package/access_request_identity_metrics/docs/Methods/AccessRequestIdentityMetricsApi.md +1 -1
  5. package/access_requests/docs/Methods/AccessRequestsApi.md +13 -13
  6. package/account_activities/docs/Methods/AccountActivitiesApi.md +2 -2
  7. package/account_aggregations/docs/Methods/AccountAggregationsApi.md +1 -1
  8. package/account_deletion_requests/docs/Methods/AccountDeletionRequestsApi.md +2 -2
  9. package/account_usages/docs/Methods/AccountUsagesApi.md +1 -1
  10. package/accounts/docs/Methods/AccountsApi.md +16 -16
  11. package/api_usage/docs/Methods/ApiUsageApi.md +2 -2
  12. package/application_discovery/docs/Methods/ApplicationDiscoveryApi.md +4 -4
  13. package/approvals/docs/Methods/ApprovalsApi.md +15 -15
  14. package/apps/docs/Methods/AppsApi.md +14 -14
  15. package/auth_profile/docs/Methods/AuthProfileApi.md +3 -3
  16. package/auth_users/docs/Methods/AuthUsersApi.md +2 -2
  17. package/branding/docs/Methods/BrandingApi.md +5 -5
  18. package/certification_campaign_filters/docs/Methods/CertificationCampaignFiltersApi.md +5 -5
  19. package/certification_campaigns/docs/Methods/CertificationCampaignsApi.md +22 -22
  20. package/certification_summaries/docs/Methods/CertificationSummariesApi.md +4 -4
  21. package/certifications/docs/Methods/CertificationsApi.md +11 -11
  22. package/classify_source/docs/Methods/ClassifySourceApi.md +3 -3
  23. package/configuration_hub/docs/Methods/ConfigurationHubApi.md +20 -20
  24. package/connector_customizers/docs/Methods/ConnectorCustomizersApi.md +6 -6
  25. package/connector_rule_management/docs/Methods/ConnectorRuleManagementApi.md +6 -6
  26. package/connectors/docs/Methods/ConnectorsApi.md +13 -13
  27. package/custom_forms/docs/Methods/CustomFormsApi.md +18 -18
  28. package/custom_password_instructions/docs/Methods/CustomPasswordInstructionsApi.md +3 -3
  29. package/custom_user_levels/docs/Methods/CustomUserLevelsApi.md +9 -9
  30. package/data_access_security/docs/Methods/DataAccessSecurityApi.md +25 -25
  31. package/data_segmentation/docs/Methods/DataSegmentationApi.md +8 -8
  32. package/declassify_source/docs/Methods/DeclassifySourceApi.md +1 -1
  33. package/dimensions/docs/Methods/DimensionsApi.md +8 -8
  34. package/dist/index.d.ts +3 -0
  35. package/dist/index.js +192 -189
  36. package/dist/index.js.map +1 -1
  37. package/dist/intelligence/api.d.ts +1042 -0
  38. package/dist/intelligence/api.js +595 -0
  39. package/dist/intelligence/api.js.map +1 -0
  40. package/dist/intelligence/base.d.ts +66 -0
  41. package/dist/intelligence/base.js +90 -0
  42. package/dist/intelligence/base.js.map +1 -0
  43. package/dist/intelligence/common.d.ts +65 -0
  44. package/dist/intelligence/common.js +292 -0
  45. package/dist/intelligence/common.js.map +1 -0
  46. package/dist/intelligence/configuration.d.ts +91 -0
  47. package/dist/intelligence/configuration.js +46 -0
  48. package/dist/intelligence/configuration.js.map +1 -0
  49. package/dist/intelligence/index.d.ts +13 -0
  50. package/dist/intelligence/index.js +32 -0
  51. package/dist/intelligence/index.js.map +1 -0
  52. package/dist/nerm/common.js +2 -2
  53. package/dist/nermv2025/common.js +2 -2
  54. package/dist/sources/api.d.ts +509 -1
  55. package/dist/sources/api.js +587 -4
  56. package/dist/sources/api.js.map +1 -1
  57. package/entitlement_connections/docs/Methods/EntitlementConnectionsApi.md +5 -5
  58. package/entitlements/docs/Methods/EntitlementsApi.md +13 -13
  59. package/global_tenant_security_settings/docs/Methods/GlobalTenantSecuritySettingsApi.md +9 -9
  60. package/governance_groups/docs/Methods/GovernanceGroupsApi.md +10 -10
  61. package/iai_access_request_recommendations/docs/Methods/IAIAccessRequestRecommendationsApi.md +10 -10
  62. package/iai_common_access/docs/Methods/IAICommonAccessApi.md +3 -3
  63. package/iai_outliers/docs/Methods/IAIOutliersApi.md +9 -9
  64. package/iai_peer_group_strategies/docs/Methods/IAIPeerGroupStrategiesApi.md +1 -1
  65. package/iai_recommendations/docs/Methods/IAIRecommendationsApi.md +3 -3
  66. package/iai_role_mining/docs/Methods/IAIRoleMiningApi.md +25 -25
  67. package/icons/docs/Methods/IconsApi.md +2 -2
  68. package/identities/docs/Methods/IdentitiesApi.md +12 -12
  69. package/identity_attributes/docs/Methods/IdentityAttributesApi.md +6 -6
  70. package/identity_history/docs/Methods/IdentityHistoryApi.md +11 -11
  71. package/identity_profiles/docs/Methods/IdentityProfilesApi.md +11 -11
  72. package/index.ts +3 -0
  73. package/intelligence/.openapi-generator/FILES +40 -0
  74. package/intelligence/.openapi-generator/VERSION +1 -0
  75. package/intelligence/.openapi-generator-ignore +23 -0
  76. package/intelligence/.sdk-partition +1 -0
  77. package/intelligence/api.ts +1316 -0
  78. package/intelligence/base.ts +86 -0
  79. package/intelligence/common.ts +183 -0
  80. package/intelligence/configuration.ts +110 -0
  81. package/intelligence/docs/Examples/typescript_code_examples_overlay.yaml +78 -0
  82. package/intelligence/docs/Methods/Index.md +30 -0
  83. package/intelligence/docs/Methods/IntelligenceApi.md +259 -0
  84. package/intelligence/docs/Models/Errorbody.md +20 -0
  85. package/intelligence/docs/Models/Errormessagedto.md +21 -0
  86. package/intelligence/docs/Models/Errorresponsedto.md +22 -0
  87. package/intelligence/docs/Models/GetIdentityIntelligenceV1401Response.md +19 -0
  88. package/intelligence/docs/Models/GetIdentityIntelligenceV1429Response.md +19 -0
  89. package/intelligence/docs/Models/Index.md +19 -0
  90. package/intelligence/docs/Models/Intelaccessaccountwire.md +30 -0
  91. package/intelligence/docs/Models/Intelaccesshistory.md +20 -0
  92. package/intelligence/docs/Models/Intelaccesshistoryaccessitemsslice.md +20 -0
  93. package/intelligence/docs/Models/Intelaccesshistorycertificationsslice.md +20 -0
  94. package/intelligence/docs/Models/Intelaccessitemhistoryevent.md +20 -0
  95. package/intelligence/docs/Models/Intelaccesssourcewire.md +20 -0
  96. package/intelligence/docs/Models/Intelaccountsslice.md +20 -0
  97. package/intelligence/docs/Models/Intelcertificationhistoryevent.md +23 -0
  98. package/intelligence/docs/Models/Intelidentityaggregate.md +35 -0
  99. package/intelligence/docs/Models/Intelidentityambiguousbody.md +21 -0
  100. package/intelligence/docs/Models/Intelidentityambiguouscandidate.md +20 -0
  101. package/intelligence/docs/Models/Intelidentitynotfoundbody.md +20 -0
  102. package/intelligence/docs/Models/Inteloutlieraccessitem.md +24 -0
  103. package/intelligence/docs/Models/Inteloutliersslice.md +19 -0
  104. package/intelligence/docs/Models/Intelprivilegedaccessitemwire.md +26 -0
  105. package/intelligence/docs/Models/IntelprivilegedaccessitemwireSource.md +20 -0
  106. package/intelligence/docs/Models/Intelprivilegedaccessslice.md +19 -0
  107. package/intelligence/docs/Models/Intelrareaccessslice.md +20 -0
  108. package/intelligence/docs/Models/Localeorigin.md +21 -0
  109. package/intelligence/docs/Models/README.md +46 -0
  110. package/intelligence/git_push.sh +57 -0
  111. package/intelligence/index.ts +18 -0
  112. package/intelligence/package.json +34 -0
  113. package/intelligence/tsconfig.json +21 -0
  114. package/jit_access/docs/Methods/JITAccessApi.md +2 -2
  115. package/jit_activations/docs/Methods/JITActivationsApi.md +3 -3
  116. package/launchers/docs/Methods/LaunchersApi.md +6 -6
  117. package/lifecycle_states/docs/Methods/LifecycleStatesApi.md +6 -6
  118. package/machine_account_classify/docs/Methods/MachineAccountClassifyApi.md +1 -1
  119. package/machine_account_creation_request/docs/Methods/MachineAccountCreationRequestApi.md +3 -3
  120. package/machine_account_mappings/docs/Methods/MachineAccountMappingsApi.md +4 -4
  121. package/machine_account_subtypes/docs/Methods/MachineAccountSubtypesApi.md +8 -8
  122. package/machine_accounts/docs/Methods/MachineAccountsApi.md +9 -9
  123. package/machine_classification_config/docs/Methods/MachineClassificationConfigApi.md +3 -3
  124. package/machine_identities/docs/Methods/MachineIdentitiesApi.md +7 -7
  125. package/managed_clients/docs/Methods/ManagedClientsApi.md +7 -7
  126. package/managed_cluster_types/docs/Methods/ManagedClusterTypesApi.md +5 -5
  127. package/managed_clusters/docs/Methods/ManagedClustersApi.md +8 -8
  128. package/mfa_configuration/docs/Methods/MFAConfigurationApi.md +7 -7
  129. package/multi_host_integration/docs/Methods/MultiHostIntegrationApi.md +14 -14
  130. package/nerm/README.md +2 -2
  131. package/nerm/common.ts +2 -2
  132. package/nerm/package.json +1 -1
  133. package/nermv2025/README.md +2 -2
  134. package/nermv2025/common.ts +2 -2
  135. package/nermv2025/package.json +1 -1
  136. package/non_employee_lifecycle_management/docs/Methods/NonEmployeeLifecycleManagementApi.md +32 -32
  137. package/notifications/docs/Methods/NotificationsApi.md +16 -16
  138. package/oauth_clients/docs/Methods/OAuthClientsApi.md +5 -5
  139. package/org_config/docs/Methods/OrgConfigApi.md +3 -3
  140. package/package.json +1 -1
  141. package/parameter_storage/docs/Methods/ParameterStorageApi.md +8 -8
  142. package/password_configuration/docs/Methods/PasswordConfigurationApi.md +3 -3
  143. package/password_dictionary/docs/Methods/PasswordDictionaryApi.md +2 -2
  144. package/password_management/docs/Methods/PasswordManagementApi.md +4 -4
  145. package/password_policies/docs/Methods/PasswordPoliciesApi.md +5 -5
  146. package/password_sync_groups/docs/Methods/PasswordSyncGroupsApi.md +5 -5
  147. package/personal_access_tokens/docs/Methods/PersonalAccessTokensApi.md +4 -4
  148. package/privilege_criteria/docs/Methods/PrivilegeCriteriaApi.md +5 -5
  149. package/privilege_criteria_configuration/docs/Methods/PrivilegeCriteriaConfigurationApi.md +3 -3
  150. package/prompt_insights/docs/Methods/PromptInsightsApi.md +2 -2
  151. package/public_identities/docs/Methods/PublicIdentitiesApi.md +1 -1
  152. package/public_identities_config/docs/Methods/PublicIdentitiesConfigApi.md +2 -2
  153. package/reports_data_extraction/docs/Methods/ReportsDataExtractionApi.md +4 -4
  154. package/requestable_objects/docs/Methods/RequestableObjectsApi.md +1 -1
  155. package/role_insights/docs/Methods/RoleInsightsApi.md +9 -9
  156. package/role_propagation/docs/Methods/RolePropagationApi.md +6 -6
  157. package/roles/docs/Methods/RolesApi.md +16 -16
  158. package/saved_search/docs/Methods/SavedSearchApi.md +6 -6
  159. package/scheduled_search/docs/Methods/ScheduledSearchApi.md +6 -6
  160. package/search/docs/Methods/SearchApi.md +4 -4
  161. package/search_attribute_configuration/docs/Methods/SearchAttributeConfigurationApi.md +5 -5
  162. package/segments/docs/Methods/SegmentsApi.md +5 -5
  163. package/service_desk_integration/docs/Methods/ServiceDeskIntegrationApi.md +10 -10
  164. package/shared_signals_framework_ssf/docs/Methods/SharedSignalsFrameworkSSFApi.md +10 -10
  165. package/sim_integrations/docs/Methods/SIMIntegrationsApi.md +7 -7
  166. package/sod_policies/docs/Methods/SODPoliciesApi.md +17 -17
  167. package/sod_violations/docs/Methods/SODViolationsApi.md +2 -2
  168. package/source_usages/docs/Methods/SourceUsagesApi.md +2 -2
  169. package/sources/.openapi-generator/FILES +2 -0
  170. package/sources/api.ts +846 -9
  171. package/sources/docs/Examples/typescript_code_examples_overlay.yaml +101 -0
  172. package/sources/docs/Methods/SourcesApi.md +344 -56
  173. package/sources/docs/Models/Fielddetailsdtov2.md +24 -0
  174. package/sources/docs/Models/Provisioningpolicydtov2.md +24 -0
  175. package/sources/docs/Models/Usagetype.md +2 -0
  176. package/sp_config/docs/Methods/SPConfigApi.md +7 -7
  177. package/suggested_entitlement_description/docs/Methods/SuggestedEntitlementDescriptionApi.md +15 -15
  178. package/tagged_objects/docs/Methods/TaggedObjectsApi.md +8 -8
  179. package/tags/docs/Methods/TagsApi.md +4 -4
  180. package/task_management/docs/Methods/TaskManagementApi.md +3 -3
  181. package/tenant/docs/Methods/TenantApi.md +1 -1
  182. package/tenant_context/docs/Methods/TenantContextApi.md +2 -2
  183. package/transforms/docs/Methods/TransformsApi.md +5 -5
  184. package/triggers/docs/Methods/TriggersApi.md +10 -10
  185. package/ui_metadata/docs/Methods/UIMetadataApi.md +2 -2
  186. package/work_items/docs/Methods/WorkItemsApi.md +13 -13
  187. package/work_reassignment/docs/Methods/WorkReassignmentApi.md +9 -9
  188. package/workflows/docs/Methods/WorkflowsApi.md +19 -19
@@ -37,7 +37,7 @@ This API is currently in an experimental state. The API is subject to change bas
37
37
  Create password policy
38
38
  This API creates the specified password policy.
39
39
 
40
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-password-policy-v1)
40
+ [API Spec](https://developer.sailpoint.com/docs/api/create-password-policy-v-1)
41
41
 
42
42
  ### Parameters
43
43
 
@@ -79,7 +79,7 @@ This API is currently in an experimental state. The API is subject to change bas
79
79
  Delete password policy by id
80
80
  This API deletes the specified password policy.
81
81
 
82
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-password-policy-v1)
82
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-password-policy-v-1)
83
83
 
84
84
  ### Parameters
85
85
 
@@ -121,7 +121,7 @@ This API is currently in an experimental state. The API is subject to change bas
121
121
  Get password policy by id
122
122
  This API returns the password policy for the specified ID.
123
123
 
124
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-password-policy-by-id-v1)
124
+ [API Spec](https://developer.sailpoint.com/docs/api/get-password-policy-by-id-v-1)
125
125
 
126
126
  ### Parameters
127
127
 
@@ -164,7 +164,7 @@ List password policies
164
164
  This gets list of all Password Policies.
165
165
  Requires role of ORG_ADMIN
166
166
 
167
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-password-policies-v1)
167
+ [API Spec](https://developer.sailpoint.com/docs/api/list-password-policies-v-1)
168
168
 
169
169
  ### Parameters
170
170
 
@@ -210,7 +210,7 @@ This API is currently in an experimental state. The API is subject to change bas
210
210
  Update password policy by id
211
211
  This API updates the specified password policy.
212
212
 
213
- [API Spec](https://developer.sailpoint.com/docs/api/v1/set-password-policy-v1)
213
+ [API Spec](https://developer.sailpoint.com/docs/api/set-password-policy-v-1)
214
214
 
215
215
  ### Parameters
216
216
 
@@ -58,7 +58,7 @@ Method | HTTP request | Description
58
58
  Create password sync group
59
59
  This API creates a password sync group based on the specifications provided.
60
60
 
61
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-password-sync-group-v1)
61
+ [API Spec](https://developer.sailpoint.com/docs/api/create-password-sync-group-v-1)
62
62
 
63
63
  ### Parameters
64
64
 
@@ -95,7 +95,7 @@ console.log(result);
95
95
  Delete password sync group by id
96
96
  This API deletes the specified password sync group.
97
97
 
98
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-password-sync-group-v1)
98
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-password-sync-group-v-1)
99
99
 
100
100
  ### Parameters
101
101
 
@@ -132,7 +132,7 @@ console.log(result);
132
132
  Get password sync group by id
133
133
  This API returns the sync group for the specified ID.
134
134
 
135
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-password-sync-group-v1)
135
+ [API Spec](https://developer.sailpoint.com/docs/api/get-password-sync-group-v-1)
136
136
 
137
137
  ### Parameters
138
138
 
@@ -169,7 +169,7 @@ console.log(result);
169
169
  Get password sync group list
170
170
  This API returns a list of password sync groups.
171
171
 
172
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-password-sync-groups-v1)
172
+ [API Spec](https://developer.sailpoint.com/docs/api/get-password-sync-groups-v-1)
173
173
 
174
174
  ### Parameters
175
175
 
@@ -210,7 +210,7 @@ console.log(result);
210
210
  Update password sync group by id
211
211
  This API updates the specified password sync group.
212
212
 
213
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-password-sync-group-v1)
213
+ [API Spec](https://developer.sailpoint.com/docs/api/update-password-sync-group-v-1)
214
214
 
215
215
  ### Parameters
216
216
 
@@ -44,7 +44,7 @@ The valid values for `expirationDate` depend on the value provided for `userAwar
44
44
  **Security Considerations:** The `userAwareTokenNeverExpires` field is designed to ensure that users explicitly acknowledge the security implications of creating tokens that never expire. Setting this field to `true` indicates that the user understands the increased security risks and has made an informed decision to proceed.
45
45
  **Note:** The `userAwareTokenNeverExpires` field indicates that the user acknowledges they are creating a token that will never expire. It does not affect token behavior beyond indicating this acknowledgment.
46
46
 
47
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-personal-access-token-v1)
47
+ [API Spec](https://developer.sailpoint.com/docs/api/create-personal-access-token-v-1)
48
48
 
49
49
  ### Parameters
50
50
 
@@ -81,7 +81,7 @@ console.log(result);
81
81
  Delete personal access token
82
82
  This deletes a personal access token.
83
83
 
84
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-personal-access-token-v1)
84
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-personal-access-token-v-1)
85
85
 
86
86
  ### Parameters
87
87
 
@@ -118,7 +118,7 @@ console.log(result);
118
118
  List personal access tokens
119
119
  This gets a collection of personal access tokens associated with the optional `owner-id`. query parameter. If the `owner-id` query parameter is omitted, all personal access tokens for a tenant will be retrieved, but the caller must have the 'idn:all-personal-access-tokens:read' right.
120
120
 
121
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-personal-access-tokens-v1)
121
+ [API Spec](https://developer.sailpoint.com/docs/api/list-personal-access-tokens-v-1)
122
122
 
123
123
  ### Parameters
124
124
 
@@ -166,7 +166,7 @@ When patching `expirationDate` and `userAwareTokenNeverExpires`, the valid value
166
166
  **Security Considerations:** The `userAwareTokenNeverExpires` field is designed to ensure that users explicitly acknowledge the security implications of creating tokens that never expire. Setting this field to `true` indicates that the user understands the increased security risks and has made an informed decision to proceed.
167
167
  **Note:** The `userAwareTokenNeverExpires` field indicates that the user acknowledges they are creating a token that will never expire. It does not affect token behavior beyond indicating this acknowledgment.
168
168
 
169
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-personal-access-token-v1)
169
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-personal-access-token-v-1)
170
170
 
171
171
  ### Parameters
172
172
 
@@ -27,7 +27,7 @@ Method | HTTP request | Description
27
27
  Create custom privilege criteria
28
28
  Use this API to create a custom privilege criteria
29
29
 
30
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-custom-privilege-criteria-v1)
30
+ [API Spec](https://developer.sailpoint.com/docs/api/create-custom-privilege-criteria-v-1)
31
31
 
32
32
  ### Parameters
33
33
 
@@ -64,7 +64,7 @@ console.log(result);
64
64
  Delete privilege criteria
65
65
  Use this API to delete a specific custom privilege criteria.
66
66
 
67
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-custom-privilege-criteria-v1)
67
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-custom-privilege-criteria-v-1)
68
68
 
69
69
  ### Parameters
70
70
 
@@ -101,7 +101,7 @@ console.log(result);
101
101
  Get privilege criteria
102
102
  Use this API to get a specific privilege criteria.
103
103
 
104
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-privilege-criteria-v1)
104
+ [API Spec](https://developer.sailpoint.com/docs/api/get-privilege-criteria-v-1)
105
105
 
106
106
  ### Parameters
107
107
 
@@ -138,7 +138,7 @@ console.log(result);
138
138
  List privilege criteria
139
139
  Use this API to list all privilege criteria matching a filter
140
140
 
141
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-privilege-criteria-v1)
141
+ [API Spec](https://developer.sailpoint.com/docs/api/list-privilege-criteria-v-1)
142
142
 
143
143
  ### Parameters
144
144
 
@@ -175,7 +175,7 @@ console.log(result);
175
175
  Update privilege criteria
176
176
  Use this API to update a specific custom privilege criteria by overwriting the information with new information.
177
177
 
178
- [API Spec](https://developer.sailpoint.com/docs/api/v1/put-custom-privilege-criteria-value-v1)
178
+ [API Spec](https://developer.sailpoint.com/docs/api/put-custom-privilege-criteria-value-v-1)
179
179
 
180
180
  ### Parameters
181
181
 
@@ -51,7 +51,7 @@ Method | HTTP request | Description
51
51
  Get privilege criteria config
52
52
  Use this API to get the privilege criteria configuration by Id.
53
53
 
54
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-privilege-criteria-config-v1)
54
+ [API Spec](https://developer.sailpoint.com/docs/api/get-privilege-criteria-config-v-1)
55
55
 
56
56
  ### Parameters
57
57
 
@@ -88,7 +88,7 @@ console.log(result);
88
88
  List privilege criteria config
89
89
  Use this API to list the privilege criteria configuration.
90
90
 
91
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-privilege-criteria-config-v1)
91
+ [API Spec](https://developer.sailpoint.com/docs/api/list-privilege-criteria-config-v-1)
92
92
 
93
93
  ### Parameters
94
94
 
@@ -125,7 +125,7 @@ console.log(result);
125
125
  Update privilege criteria configuration
126
126
  Use this API to update the privilege criteria configuration.
127
127
 
128
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-privilege-criteria-config-v1)
128
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-privilege-criteria-config-v-1)
129
129
 
130
130
  ### Parameters
131
131
 
@@ -31,7 +31,7 @@ Method | HTTP request | Description
31
31
  Get prompt insights metrics
32
32
  Returns aggregate prompt insights metrics for the requested time window.
33
33
 
34
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-prompt-insights-metrics-v1)
34
+ [API Spec](https://developer.sailpoint.com/docs/api/get-prompt-insights-metrics-v-1)
35
35
 
36
36
  ### Parameters
37
37
 
@@ -68,7 +68,7 @@ console.log(result);
68
68
  List prompt insights
69
69
  Returns a paginated list of prompt insights within a lookback window, with optional structured filters. Results are sorted by timestamp descending (most recent first).
70
70
 
71
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-prompt-insights-v1)
71
+ [API Spec](https://developer.sailpoint.com/docs/api/list-prompt-insights-v-1)
72
72
 
73
73
  ### Parameters
74
74
 
@@ -25,7 +25,7 @@ Method | HTTP request | Description
25
25
  Get list of public identities
26
26
  Get a list of public identities. Set `add-core-filters` to `true` to exclude incomplete identities and uncorrelated accounts.
27
27
 
28
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-public-identities-v1)
28
+ [API Spec](https://developer.sailpoint.com/docs/api/get-public-identities-v-1)
29
29
 
30
30
  ### Parameters
31
31
 
@@ -33,7 +33,7 @@ Method | HTTP request | Description
33
33
  Get the public identities configuration
34
34
  Returns the publicly visible attributes of an identity available to request approvers for Access Requests and Certification Campaigns.
35
35
 
36
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-public-identity-config-v1)
36
+ [API Spec](https://developer.sailpoint.com/docs/api/get-public-identity-config-v-1)
37
37
 
38
38
  ### Parameters
39
39
 
@@ -66,7 +66,7 @@ console.log(result);
66
66
  Update the public identities configuration
67
67
  Updates the publicly visible attributes of an identity available to request approvers for Access Requests and Certification Campaigns.
68
68
 
69
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-public-identity-config-v1)
69
+ [API Spec](https://developer.sailpoint.com/docs/api/update-public-identity-config-v-1)
70
70
 
71
71
  ### Parameters
72
72
 
@@ -28,7 +28,7 @@ Method | HTTP request | Description
28
28
  Cancel report
29
29
  Cancels a running report.
30
30
 
31
- [API Spec](https://developer.sailpoint.com/docs/api/v1/cancel-report-v1)
31
+ [API Spec](https://developer.sailpoint.com/docs/api/cancel-report-v-1)
32
32
 
33
33
  ### Parameters
34
34
 
@@ -65,7 +65,7 @@ console.log(result);
65
65
  Get report result
66
66
  Get the report results for a report that was run or is running. Returns empty report result in case there are no active task definitions with used in payload task definition name.
67
67
 
68
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-report-result-v1)
68
+ [API Spec](https://developer.sailpoint.com/docs/api/get-report-result-v-1)
69
69
 
70
70
  ### Parameters
71
71
 
@@ -104,7 +104,7 @@ console.log(result);
104
104
  Get report file
105
105
  Gets a report in file format.
106
106
 
107
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-report-v1)
107
+ [API Spec](https://developer.sailpoint.com/docs/api/get-report-v-1)
108
108
 
109
109
  ### Parameters
110
110
 
@@ -147,7 +147,7 @@ console.log(result);
147
147
  Run report
148
148
  Use this API to run a report according to report input details. If non-concurrent task is already running then it returns, otherwise new task creates and returns.
149
149
 
150
- [API Spec](https://developer.sailpoint.com/docs/api/v1/start-report-v1)
150
+ [API Spec](https://developer.sailpoint.com/docs/api/start-report-v-1)
151
151
 
152
152
  ### Parameters
153
153
 
@@ -27,7 +27,7 @@ Get a list of acccess items that can be requested through the [Access Request en
27
27
  This endpoint only lists roles and access profiles. For gathering requestable entitlements, the [Entitlements List API](https://developer.sailpoint.com/docs/api/v2025/list-entitlements) can be used with the segmented-for-identity parameter.
28
28
  Any authenticated token can call this endpoint to see their requestable access items.
29
29
 
30
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-requestable-objects-v1)
30
+ [API Spec](https://developer.sailpoint.com/docs/api/list-requestable-objects-v-1)
31
31
 
32
32
  ### Parameters
33
33
 
@@ -36,7 +36,7 @@ This API is currently in an experimental state. The API is subject to change bas
36
36
  Generate insights for roles
37
37
  Submits a create role insights request to the role insights application. At this time there are no parameters. All business roles will be processed for the customer.
38
38
 
39
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-role-insight-requests-v1)
39
+ [API Spec](https://developer.sailpoint.com/docs/api/create-role-insight-requests-v-1)
40
40
 
41
41
  ### Parameters
42
42
 
@@ -76,7 +76,7 @@ This API is currently in an experimental state. The API is subject to change bas
76
76
  Download entitlement insights for a role
77
77
  This endpoint returns the entitlement insights for a role.
78
78
 
79
- [API Spec](https://developer.sailpoint.com/docs/api/v1/download-role-insights-entitlements-changes-v1)
79
+ [API Spec](https://developer.sailpoint.com/docs/api/download-role-insights-entitlements-changes-v-1)
80
80
 
81
81
  ### Parameters
82
82
 
@@ -122,7 +122,7 @@ This API is currently in an experimental state. The API is subject to change bas
122
122
  Get identities for a suggested entitlement (for a role)
123
123
  Role insights suggests entitlements to be added for a role. This endpoint returns a list of identities in the role, with or without the entitlements, for a suggested entitlement so that the user can see which identities would be affected if the suggested entitlement were to be added to the role.
124
124
 
125
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-entitlement-changes-identities-v1)
125
+ [API Spec](https://developer.sailpoint.com/docs/api/get-entitlement-changes-identities-v-1)
126
126
 
127
127
  ### Parameters
128
128
 
@@ -178,7 +178,7 @@ This API is currently in an experimental state. The API is subject to change bas
178
178
  Get a single role insight
179
179
  This endpoint gets role insights information for a role.
180
180
 
181
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-insight-v1)
181
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-insight-v-1)
182
182
 
183
183
  ### Parameters
184
184
 
@@ -220,7 +220,7 @@ This API is currently in an experimental state. The API is subject to change bas
220
220
  Get current entitlement for a role
221
221
  This endpoint gets the entitlements for a role. The term "current" is to distinguish from the entitlement(s) an insight might recommend adding.
222
222
 
223
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-insights-current-entitlements-v1)
223
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-insights-current-entitlements-v-1)
224
224
 
225
225
  ### Parameters
226
226
 
@@ -264,7 +264,7 @@ This API is currently in an experimental state. The API is subject to change bas
264
264
  Get entitlement insights for a role
265
265
  This endpoint returns entitlement insights for a role.
266
266
 
267
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-insights-entitlements-changes-v1)
267
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-insights-entitlements-changes-v-1)
268
268
 
269
269
  ### Parameters
270
270
 
@@ -313,7 +313,7 @@ This API is currently in an experimental state. The API is subject to change bas
313
313
  Returns metadata from prior request.
314
314
  This endpoint returns details of a prior role insights request.
315
315
 
316
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-insights-requests-v1)
316
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-insights-requests-v-1)
317
317
 
318
318
  ### Parameters
319
319
 
@@ -355,7 +355,7 @@ This API is currently in an experimental state. The API is subject to change bas
355
355
  Get role insights summary information
356
356
  This method returns high level summary information for role insights for a customer.
357
357
 
358
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-insights-summary-v1)
358
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-insights-summary-v-1)
359
359
 
360
360
  ### Parameters
361
361
 
@@ -395,7 +395,7 @@ This API is currently in an experimental state. The API is subject to change bas
395
395
  Get role insights
396
396
  This method returns detailed role insights for each role.
397
397
 
398
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-insights-v1)
398
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-insights-v-1)
399
399
 
400
400
  ### Parameters
401
401
 
@@ -34,7 +34,7 @@ This API is currently in an experimental state. The API is subject to change bas
34
34
  Terminate Role Propagation process
35
35
  This endpoint terminates the ongoing role change propagation process for a tenant.
36
36
 
37
- [API Spec](https://developer.sailpoint.com/docs/api/v1/cancel-role-propagation-v1)
37
+ [API Spec](https://developer.sailpoint.com/docs/api/cancel-role-propagation-v-1)
38
38
 
39
39
  ### Parameters
40
40
 
@@ -74,7 +74,7 @@ This API is currently in an experimental state. The API is subject to change bas
74
74
  Get ongoing Role Propagation process
75
75
  This endpoint returns the information of ongoing role change propagation process for a tenant. It returns the information whether the role propagation process is currently running or not, If it is running it returns the details of the ongoing role propagation process. The execution stage of the role propagation process can be one of the following: - PENDING - The role propagation process is queued to be executed. - DATA_AGGREGATION_RUNNING - The role propagation process is currently aggregating data. - LAUNCH_PROVISIONING - The role propagation process has started to provision the access to the identities. - SUCCEEDED - The role propagation process has successfully completed. - FAILED - The role propagation process has failed. - TERMINATED - The role propagation process was externally terminated.
76
76
 
77
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-ongoing-role-propagation-v1)
77
+ [API Spec](https://developer.sailpoint.com/docs/api/get-ongoing-role-propagation-v-1)
78
78
 
79
79
  ### Parameters
80
80
 
@@ -114,7 +114,7 @@ This API is currently in an experimental state. The API is subject to change bas
114
114
  Get Role Change Propagation Configuration
115
115
  This endpoint fetches the Role Change Propagation Configuration for the tenant
116
116
 
117
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-propagation-config-v1)
117
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-propagation-config-v-1)
118
118
 
119
119
  ### Parameters
120
120
 
@@ -160,7 +160,7 @@ This endpoint returns the information of the specified role change propagation p
160
160
  - FAILED - The role propagation process has failed.
161
161
  - TERMINATED - The role propagation process was externally terminated.
162
162
 
163
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-propagation-status-v1)
163
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-propagation-status-v-1)
164
164
 
165
165
  ### Parameters
166
166
 
@@ -202,7 +202,7 @@ This API is currently in an experimental state. The API is subject to change bas
202
202
  Update Role Change Propagation Configuration
203
203
  This endpoint enables or disables the Role Change Propagation Process for the tenant
204
204
 
205
- [API Spec](https://developer.sailpoint.com/docs/api/v1/set-role-propagation-config-v1)
205
+ [API Spec](https://developer.sailpoint.com/docs/api/set-role-propagation-config-v-1)
206
206
 
207
207
  ### Parameters
208
208
 
@@ -245,7 +245,7 @@ Initiate Role Propagation process
245
245
  This endpoint initiates a role change propagation process for a tenant asynchronously. If all preconditions are met, the request is accepted and a rolePropagationId is returned which can be used to view the status.
246
246
  API throws 4xx if any of the following conditions are met - Role propagation feature is disabled - There is an ongoing role propagation for the tenant - Role refresh needs to be kicked off as part of the role propagation (skipRoleRefresh=false) and there is an ongoing refresh for the tenant
247
247
 
248
- [API Spec](https://developer.sailpoint.com/docs/api/v1/start-role-propagation-v1)
248
+ [API Spec](https://developer.sailpoint.com/docs/api/start-role-propagation-v-1)
249
249
 
250
250
  ### Parameters
251
251
 
@@ -80,7 +80,7 @@ In addition, a ROLE_SUBADMIN may not create a role including an access profile i
80
80
 
81
81
  The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles. However, any new roles as well as any updates to existing descriptions will be limited to 2000 characters.
82
82
 
83
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-role-v1)
83
+ [API Spec](https://developer.sailpoint.com/docs/api/create-role-v-1)
84
84
 
85
85
  ### Parameters
86
86
 
@@ -120,7 +120,7 @@ When the request is successful, the endpoint returns the bulk delete's task resu
120
120
  This endpoint can only bulk delete up to a limit of 50 roles per request.
121
121
  A user with ROLE_SUBADMIN authority can only call this endpoint if all roles included in the request are associated with sources with management workgroups the ROLE_SUBADMIN is a member of.
122
122
 
123
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-bulk-roles-v1)
123
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-bulk-roles-v-1)
124
124
 
125
125
  ### Parameters
126
126
 
@@ -157,7 +157,7 @@ console.log(result);
157
157
  Remove a metadata from role.
158
158
  This API initialize a request to remove a single Access Model Metadata from a role by attribute key and value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API.
159
159
 
160
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-metadata-from-role-by-key-and-value-v1)
160
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-metadata-from-role-by-key-and-value-v-1)
161
161
 
162
162
  ### Parameters
163
163
 
@@ -200,7 +200,7 @@ This API deletes a Role by its ID.
200
200
 
201
201
  A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all Access Profiles included in the Role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member.
202
202
 
203
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-role-v1)
203
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-role-v-1)
204
204
 
205
205
  ### Parameters
206
206
 
@@ -239,7 +239,7 @@ Get bulk-update status by id
239
239
  This API initial a request for one bulk update's status by bulk update Id returns the status of the bulk update process.
240
240
  A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API.
241
241
 
242
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-bulk-update-status-by-id-v1)
242
+ [API Spec](https://developer.sailpoint.com/docs/api/get-bulk-update-status-by-id-v-1)
243
243
 
244
244
  ### Parameters
245
245
 
@@ -276,7 +276,7 @@ console.log(result);
276
276
  Get bulk-update statuses
277
277
  This API returns a list of all unfinished bulk update process status of the tenant.
278
278
 
279
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-bulk-update-status-v1)
279
+ [API Spec](https://developer.sailpoint.com/docs/api/get-bulk-update-status-v-1)
280
280
 
281
281
  ### Parameters
282
282
 
@@ -309,7 +309,7 @@ console.log(result);
309
309
  List identities assigned a role
310
310
 
311
311
 
312
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-assigned-identities-v1)
312
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-assigned-identities-v-1)
313
313
 
314
314
  ### Parameters
315
315
 
@@ -359,7 +359,7 @@ This API is currently in an experimental state. The API is subject to change bas
359
359
  List role\'s entitlements
360
360
  Get a list of entitlements associated with a specified role.
361
361
 
362
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-entitlements-v1)
362
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-entitlements-v-1)
363
363
 
364
364
  ### Parameters
365
365
 
@@ -409,7 +409,7 @@ Get a role
409
409
  This API returns a Role by its ID.
410
410
  A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all Access Profiles included in the Role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member.
411
411
 
412
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-role-v1)
412
+ [API Spec](https://developer.sailpoint.com/docs/api/get-role-v-1)
413
413
 
414
414
  ### Parameters
415
415
 
@@ -448,7 +448,7 @@ This API returns a list of Roles.
448
448
 
449
449
  A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API.
450
450
 
451
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-roles-v1)
451
+ [API Spec](https://developer.sailpoint.com/docs/api/list-roles-v-1)
452
452
 
453
453
  ### Parameters
454
454
 
@@ -520,7 +520,7 @@ The maximum supported length for the description field is 2000 characters. Longe
520
520
 
521
521
  When you use this API to modify a role's membership identities, you can only modify up to a limit of 500 membership identities at a time.
522
522
 
523
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-role-v1)
523
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-role-v-1)
524
524
 
525
525
  ### Parameters
526
526
 
@@ -560,7 +560,7 @@ Filter roles by metadata
560
560
  This API returns a list of Role that filter by metadata and filter, it support filter by both path parameter and attribute key and values.
561
561
  A token with API, ORG_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, HELPDESK, CERT_ADMIN, REPORT_ADMIN or SOURCE_ADMIN authority is required to call this API.
562
562
 
563
- [API Spec](https://developer.sailpoint.com/docs/api/v1/search-roles-by-filter-v1)
563
+ [API Spec](https://developer.sailpoint.com/docs/api/search-roles-by-filter-v-1)
564
564
 
565
565
  ### Parameters
566
566
 
@@ -611,7 +611,7 @@ console.log(result);
611
611
  Add a metadata to role.
612
612
  This API initialize a request to add a single Access Model Metadata to a role by attribute key and attribute value. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API. The maximum number of attributes in one role is 25. Custom metadata update, including ADD and REPLACE need suit licensed.
613
613
 
614
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-attribute-key-and-value-to-role-v1)
614
+ [API Spec](https://developer.sailpoint.com/docs/api/update-attribute-key-and-value-to-role-v-1)
615
615
 
616
616
  ### Parameters
617
617
 
@@ -655,7 +655,7 @@ A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call t
655
655
  The maximum metadata value count for a single role is 25.
656
656
  Custom metadata update, including add, replace need suit licensed.
657
657
 
658
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-roles-metadata-by-filter-v1)
658
+ [API Spec](https://developer.sailpoint.com/docs/api/update-roles-metadata-by-filter-v-1)
659
659
 
660
660
  ### Parameters
661
661
 
@@ -695,7 +695,7 @@ A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call t
695
695
  The maximum role count in a single update request is 3000. The maximum metadata value count for a single role is 25.
696
696
  Custom metadata update, including add, replace need suit licensed.
697
697
 
698
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-roles-metadata-by-ids-v1)
698
+ [API Spec](https://developer.sailpoint.com/docs/api/update-roles-metadata-by-ids-v-1)
699
699
 
700
700
  ### Parameters
701
701
 
@@ -735,7 +735,7 @@ A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call t
735
735
  The maximum metadata value count for a single role is 25.
736
736
  Custom metadata update, including add, replace need suit licensed.
737
737
 
738
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-roles-metadata-by-query-v1)
738
+ [API Spec](https://developer.sailpoint.com/docs/api/update-roles-metadata-by-query-v-1)
739
739
 
740
740
  ### Parameters
741
741
 
@@ -38,7 +38,7 @@ Create a saved search
38
38
  Creates a new saved search.
39
39
 
40
40
 
41
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-saved-search-v1)
41
+ [API Spec](https://developer.sailpoint.com/docs/api/create-saved-search-v-1)
42
42
 
43
43
  ### Parameters
44
44
 
@@ -76,7 +76,7 @@ Delete document by id
76
76
  Deletes the specified saved search.
77
77
 
78
78
 
79
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-saved-search-v1)
79
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-saved-search-v-1)
80
80
 
81
81
  ### Parameters
82
82
 
@@ -114,7 +114,7 @@ Execute a saved search by id
114
114
  Executes the specified saved search.
115
115
 
116
116
 
117
- [API Spec](https://developer.sailpoint.com/docs/api/v1/execute-saved-search-v1)
117
+ [API Spec](https://developer.sailpoint.com/docs/api/execute-saved-search-v-1)
118
118
 
119
119
  ### Parameters
120
120
 
@@ -154,7 +154,7 @@ Return saved search by id
154
154
  Returns the specified saved search.
155
155
 
156
156
 
157
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-saved-search-v1)
157
+ [API Spec](https://developer.sailpoint.com/docs/api/get-saved-search-v-1)
158
158
 
159
159
  ### Parameters
160
160
 
@@ -192,7 +192,7 @@ A list of saved searches
192
192
  Returns a list of saved searches.
193
193
 
194
194
 
195
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-saved-searches-v1)
195
+ [API Spec](https://developer.sailpoint.com/docs/api/list-saved-searches-v-1)
196
196
 
197
197
  ### Parameters
198
198
 
@@ -238,7 +238,7 @@ Updates an existing saved search.
238
238
  >**NOTE: You cannot update the `owner` of the saved search.**
239
239
 
240
240
 
241
- [API Spec](https://developer.sailpoint.com/docs/api/v1/put-saved-search-v1)
241
+ [API Spec](https://developer.sailpoint.com/docs/api/put-saved-search-v-1)
242
242
 
243
243
  ### Parameters
244
244