No Code Attached Yet bug ?
avatar pjdevries
pjdevries
2 Jun 2021

The following endpoints were pluralized and must be tested:

v1/content/article/contenthistory/ became v1/content/articles/contenthistory/
v1/content/article/contenthistory/keep became v1/content/articles/contenthistory/keep

v1/contact/contenthistory/:id became v1/contacts/contenthistory/:id
v1/contact/contenthistory/keep/:id became v1/contacts/contenthistory/keep/:id

avatar pjdevries pjdevries - open - 2 Jun 2021
avatar joomla-cms-bot joomla-cms-bot - change - 2 Jun 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 2 Jun 2021
avatar alikon alikon - change - 7 Jun 2021
Labels Added: ?
avatar alikon alikon - labeled - 7 Jun 2021
avatar alikon
alikon - comment - 7 Jun 2021

confirmed the GET on v1/content/articles/contenthistory/{{id}} and v1/contacts/contenthistory/{{id}}

return

{
    "links": {
        "self": "http://dev4.loc/api/index.php/v1/contacts/contenthistory/1"
    },
    "data": [],
    "meta": {
        "total-pages": 0
    }
}

even if there are history

avatar alikon
alikon - comment - 7 Jun 2021

@pjdevries please test #34447 fo the GET part

avatar chmst chmst - change - 20 Feb 2023
Labels Added: No Code Attached Yet bug ?
Removed: ? ?
avatar chmst chmst - labeled - 20 Feb 2023

Add a Comment

Login with GitHub to post a comment