docs: Add Tags API endpoint documentation (#467)#481
Open
khawarlatifkhan wants to merge 13 commits into
Open
Conversation
Co-authored-by: promptless[bot] <promptless[bot]@users.noreply.github.com>
| @@ -1,14 +1,302 @@ | |||
| Tags | |||
There was a problem hiding this comment.
Migrated content structure and API endpoint patterns from the legacy Tags API documentation.
Source: https://github.com/mautic/developer-documentation/blob/main/source/includes/_api_endpoint_tags.md
|
|
||
| ``GET /tags/ID`` | ||
|
|
||
| **Response** |
There was a problem hiding this comment.
Verified Tag entity fields against Mautic 7.0 source. Added description field (line 59) which is exposed via loadApiMetadata() (lines 81-92) but was missing from legacy docs.
Source: https://github.com/mautic/mautic/blob/7.0/app/bundles/LeadBundle/Entity/Tag.php
Contributor
|
@mautic/core-team can you please review the content here? TIA! ✨ |
escopecz
reviewed
May 11, 2026
Member
escopecz
left a comment
There was a problem hiding this comment.
Seems good! Just 2 small suggestions
Update array() to [] shorthand syntax for Create Tag and Edit Tag code examples per reviewer feedback.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates Tags API documentation from legacy markdown to RST format. Verified against Mautic 7.0 source code - added the description field which was missing from legacy docs.