Automated commit by github action: 4371139279

This commit is contained in:
GitHub Action Bot
2023-03-09 04:38:20 +00:00
parent ec29e8b024
commit 0112bd2783
3 changed files with 14 additions and 0 deletions

View File

@@ -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:

View File

@@ -1,5 +1,7 @@
get:
operationId: listTaggedObjectsByType
security:
- oauth2: [ idn:tag:read, idn:tag:manage ]
tags:
- Tagged Objects
summary: List Tagged Objects

View File

@@ -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