Merge pull request #60 from sailpoint-oss/feature/conf

Feature/conf adding the conference site and fixed links
This commit is contained in:
Philip Ellis
2022-09-28 16:17:43 -04:00
committed by GitHub
41 changed files with 765 additions and 58 deletions

View File

@@ -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"
],