mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Automated commit by github action: 4371139279
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
get:
|
||||
operationId: getTaggedObject
|
||||
security:
|
||||
- oauth2: [ idn:tag:read, idn:tag:manage ]
|
||||
tags:
|
||||
- Tagged Objects
|
||||
summary: Get Tagged Object
|
||||
@@ -43,6 +45,8 @@ get:
|
||||
$ref: '../../v3/responses/500.yaml'
|
||||
put:
|
||||
operationId: updateTaggedObject
|
||||
security:
|
||||
- oauth2: [ idn:tag:manage ]
|
||||
tags:
|
||||
- Tagged Objects
|
||||
summary: Update Tagged Object
|
||||
@@ -59,6 +63,7 @@ put:
|
||||
- SOD_POLICY
|
||||
required: true
|
||||
description: The type of tagged object to update.
|
||||
example: ROLE
|
||||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
@@ -91,6 +96,8 @@ put:
|
||||
$ref: '../../v3/responses/500.yaml'
|
||||
delete:
|
||||
operationId: deleteTaggedObject
|
||||
security:
|
||||
- oauth2: [ idn:tag:manage ]
|
||||
tags:
|
||||
- Tagged Objects
|
||||
summary: Delete Tagged Object
|
||||
@@ -107,6 +114,7 @@ delete:
|
||||
- SOD_POLICY
|
||||
required: true
|
||||
description: The type of tagged object to delete.
|
||||
example: ROLE
|
||||
- in: path
|
||||
name: id
|
||||
schema:
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
get:
|
||||
operationId: listTaggedObjectsByType
|
||||
security:
|
||||
- oauth2: [ idn:tag:read, idn:tag:manage ]
|
||||
tags:
|
||||
- Tagged Objects
|
||||
summary: List Tagged Objects
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
get:
|
||||
operationId: listTaggedObjects
|
||||
security:
|
||||
- oauth2: [ idn:tag:read, idn:tag:manage ]
|
||||
tags:
|
||||
- Tagged Objects
|
||||
summary: List Tagged Objects
|
||||
@@ -51,6 +53,8 @@ get:
|
||||
$ref: '../../v3/responses/500.yaml'
|
||||
post:
|
||||
operationId: addTagToObject
|
||||
security:
|
||||
- oauth2: [ idn:tag:manage ]
|
||||
tags:
|
||||
- Tagged Objects
|
||||
summary: Add Tag to Object
|
||||
|
||||
Reference in New Issue
Block a user