mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-7706] create tags return promise tag paging instead of tag entry (#10869)
* [ACS-7706] Corrected returned type for createTags function * [ACS-7706] Updated documentation for createTags and fixed unit tests
This commit is contained in:
@@ -240,7 +240,7 @@ Create specified by **tags** list of tags.
|
||||
|----------|-----------------------|-------------------------|
|
||||
| **tags** | [TagBody[]](#TagBody) | List of tags to create. |
|
||||
|
||||
**Return type**: [TagEntry[]](#TagEntry)
|
||||
**Return type**: [TagEntry](#TagEntry) | [TagPaging](#TagPaging)
|
||||
|
||||
**Example**
|
||||
|
||||
|
Reference in New Issue
Block a user