Skip to content

Commit

Permalink
Webservice description (joomla#41362)
Browse files Browse the repository at this point in the history
  • Loading branch information
obuisard authored Aug 26, 2023
1 parent 98c752e commit b6e5b4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ protected function getListQuery()
'a.id, a.title, a.alias, a.note, a.published, a.access' .
', a.checked_out, a.checked_out_time, a.created_user_id' .
', a.path, a.parent_id, a.level, a.lft, a.rgt' .
', a.language'
', a.language, a.description'
)
);
$query->from($db->quoteName('#__categories', 'a'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class JsonapiView extends BaseApiView
'count_published',
'count_archived',
'params',
'description',
];

/**
Expand Down Expand Up @@ -90,6 +91,7 @@ class JsonapiView extends BaseApiView
'count_published',
'count_archived',
'params',
'description',
];

/**
Expand Down

0 comments on commit b6e5b4d

Please sign in to comment.