mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
Automated commit 'IDNLANAI-9097 - Updated API specification for the workgroup v3 get API (#1337)
Co-authored-by: Sachin Dhus <sachin.dhus@sdhus-n4039yq.sailpoint.com>' by github action: 5472056175
This commit is contained in:
34
idn/beta/paths/workgroups/workgroup.yaml
Normal file
34
idn/beta/paths/workgroups/workgroup.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
get:
|
||||
operationId: getWorkgroup
|
||||
tags:
|
||||
- Governance Groups
|
||||
summary: Get an Governance Groups
|
||||
description: This API returns an Governance Groups by its ID.
|
||||
parameters:
|
||||
- in: path
|
||||
name: id
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
description: >-
|
||||
ID of the Governance Groups
|
||||
example: 2c9180837ca6693d017ca8d097500149
|
||||
responses:
|
||||
'200':
|
||||
description: An Governance Groups
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "../../schemas/WorkgroupDto.yaml"
|
||||
'400':
|
||||
$ref: '../../../v3/responses/400.yaml'
|
||||
'401':
|
||||
$ref: '../../../v3/responses/401.yaml'
|
||||
'403':
|
||||
$ref: '../../../v3/responses/403.yaml'
|
||||
'429':
|
||||
$ref: '../../../v3/responses/429.yaml'
|
||||
'500':
|
||||
$ref: '../../../v3/responses/500.yaml'
|
||||
security:
|
||||
- oauth2: [idn:workgroup:read]
|
||||
@@ -1638,3 +1638,5 @@ paths:
|
||||
$ref: './beta/paths/workflow-external-execute-test.yaml'
|
||||
/workgroups:
|
||||
$ref: './beta/paths/workgroups/Workgroups.yaml'
|
||||
/workgroups/{id}:
|
||||
$ref: './beta/paths/workgroups/workgroup.yaml'
|
||||
|
||||
Reference in New Issue
Block a user