mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Merge pull request #60 from sailpoint-oss/feature/conf
Feature/conf adding the conference site and fixed links
This commit is contained in:
@@ -1169,7 +1169,7 @@
|
||||
},
|
||||
"/LaunchedWorkflows": {
|
||||
"get": {
|
||||
"operationId": "LaunchedWorkflows",
|
||||
"operationId": "LaunchedWorkflowsGet",
|
||||
"tags": [
|
||||
"LaunchedWorkflows"
|
||||
],
|
||||
@@ -2250,7 +2250,7 @@
|
||||
"/ServiceProviderConfig": {
|
||||
"description": "Schema for representing the service provider's configuration",
|
||||
"get": {
|
||||
"operationId": "ServiceProviderConfig",
|
||||
"operationId": "ServiceProviderConfigGet",
|
||||
"tags": [
|
||||
"ServiceProviderConfig"
|
||||
],
|
||||
@@ -2331,7 +2331,7 @@
|
||||
},
|
||||
"/TaskResults": {
|
||||
"get": {
|
||||
"operationId": "TaskResults",
|
||||
"operationId": "TaskResultsGet",
|
||||
"tags": [
|
||||
"TaskResults"
|
||||
],
|
||||
@@ -2959,7 +2959,7 @@
|
||||
},
|
||||
"/Workflows": {
|
||||
"get": {
|
||||
"operationId": "Workflows",
|
||||
"operationId": "WorkflowsGet",
|
||||
"tags": [
|
||||
"Workflows"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user