Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 3d8e285

Browse files
ACS-4118 Update readme file
1 parent 4b58f0f commit 3d8e285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/content-rest-api/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ TagsApi | [**getTag**](docs/TagsApi.md#getTag) | **GET** /tags/{tagId} | Get a t
136136
TagsApi | [**listTags**](docs/TagsApi.md#listTags) | **GET** /tags | List tags
137137
TagsApi | [**listTagsForNode**](docs/TagsApi.md#listTagsForNode) | **GET** /nodes/{nodeId}/tags | List tags for a node
138138
TagsApi | [**updateTag**](docs/TagsApi.md#updateTag) | **PUT** /tags/{tagId} | Update a tag
139+
TagsApi | [**createTags**](docs/TagsApi.md#createTags) | **POST** /tags/ | Create specified by **tags** list of tags.
139140
TrashcanApi | [**deleteDeletedNode**](docs/TrashcanApi.md#deleteDeletedNode) | **DELETE** /deleted-nodes/{nodeId} | Permanently delete a deleted node
140141
TrashcanApi | [**getArchivedNodeRendition**](docs/TrashcanApi.md#getArchivedNodeRendition) | **GET** /deleted-nodes/{nodeId}/renditions/{renditionId} | Get rendition information for a deleted node
141142
TrashcanApi | [**getArchivedNodeRenditionContent**](docs/TrashcanApi.md#getArchivedNodeRenditionContent) | **GET** /deleted-nodes/{nodeId}/renditions/{renditionId}/content | Get rendition content of a deleted node

0 commit comments

Comments
 (0)