Skip to content

Commit

Permalink
Merge pull request #322 from carlojavier/api-updates
Browse files Browse the repository at this point in the history
Update unified-tags.yaml
  • Loading branch information
carlojavier authored Nov 28, 2024
2 parents 35443be + ec342b4 commit 5ddc64c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/swagger-specs/unified-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tags:
- name: Tag categories
description: Tag categories let you organize your tags into meaningful sets, allowing you to provide more context to the tag's purpose.
paths:
/unifiedfolders/folder/{FOLDER_TYPE}:
/unifiedfolders/folders/{FOLDER_TYPE}:
post:
tags:
- Folders
Expand Down Expand Up @@ -65,7 +65,7 @@ paths:
schema:
$ref: "#/components/schemas/folder"

/unifiedfolders/folder/{FOLDER_TYPE}/{FOLDER_ID}:
/unifiedfolders/folders/{FOLDER_TYPE}/{FOLDER_ID}:
get:
tags:
- Folders
Expand Down Expand Up @@ -137,7 +137,7 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/deleteFolderResponse"
/unifiedfolders/folder/{FOLDER_TYPE}/{FOLDER_ID}/subfolders:
/unifiedfolders/folders/{FOLDER_TYPE}/{FOLDER_ID}/subfolders:
get:
tags:
- Folders
Expand All @@ -159,7 +159,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/foldersList'
/unifiedfolders/folder/{FOLDER_TYPE}/{FOLDER_ID}/validate:
/unifiedfolders/folders/{FOLDER_TYPE}/{FOLDER_ID}/validate:
get:
tags:
- Folders
Expand Down

0 comments on commit 5ddc64c

Please sign in to comment.