mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Automated commit by github action: 4758379833
This commit is contained in:
@@ -57,7 +57,7 @@ paths:
|
|||||||
description: Successful response
|
description: Successful response
|
||||||
content:
|
content:
|
||||||
application/json: {}
|
application/json: {}
|
||||||
/cc/api/account/remove/:id:
|
/cc/api/account/remove/{id}:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- Accounts
|
- Accounts
|
||||||
@@ -76,7 +76,7 @@ paths:
|
|||||||
description: Successful response
|
description: Successful response
|
||||||
content:
|
content:
|
||||||
application/json: {}
|
application/json: {}
|
||||||
/cc/api/app:
|
/cc/api/app/list:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- Applications
|
- Applications
|
||||||
@@ -89,7 +89,7 @@ paths:
|
|||||||
description: Successful response
|
description: Successful response
|
||||||
content:
|
content:
|
||||||
application/json: {}
|
application/json: {}
|
||||||
/cc/api/app/get/:id:
|
/cc/api/app/get/{id}:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- Applications
|
- Applications
|
||||||
@@ -108,7 +108,7 @@ paths:
|
|||||||
description: Successful response
|
description: Successful response
|
||||||
content:
|
content:
|
||||||
application/json: {}
|
application/json: {}
|
||||||
/cc/api/app/getAccessProfiles/:id:
|
/cc/api/app/getAccessProfiles/{id}:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- Applications
|
- Applications
|
||||||
@@ -150,7 +150,7 @@ paths:
|
|||||||
description: Successful response
|
description: Successful response
|
||||||
content:
|
content:
|
||||||
application/json: {}
|
application/json: {}
|
||||||
/cc/api/app/update/:id:
|
/cc/api/app/update/{id}:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- Applications
|
- Applications
|
||||||
@@ -178,7 +178,7 @@ paths:
|
|||||||
description: Successful response
|
description: Successful response
|
||||||
content:
|
content:
|
||||||
application/json: {}
|
application/json: {}
|
||||||
/cc/api/app/delete/:id:
|
/cc/api/app/delete/{id}:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- Applications
|
- Applications
|
||||||
|
|||||||
Reference in New Issue
Block a user