Pull Request for Issue #42443 .
handle the patch of article tags
add or remove tags from an article
curl -X PATCH -H "Content-Type: application/json" /api/index.php/v1/content/articles/{article_id} -d
{
"title": "Ttest",
"catid": "2",
"articletext": "My text",
"tags":
{
"0": "7",
"1": "3",
"2": "6"
}
}
"tags" attribute stays empty or unchanged if you already have other tags IDs added to your Article.
the tags are patched correctly
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Labels |
Added:
RTC
bug
Webservices
PR-4.4-dev
|
Status | New | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-01-02 11:49:32 |
Closed_By | ⇒ | MacJoom |
Due to an issue with this PR missing in the issue tracker, @DonPedro34 was not able to submit his successful test result. See the comments here #42443 (comment) and below.
I just have tested this PR with success, too, and still it's missing in the tracker, so I set RTC by using the label here.