Skip to content

Commit

Permalink
Deprecation annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvanbreda committed Sep 21, 2021
1 parent d2b7c30 commit f3f1fab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/rest_api/controllers/services/rest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,11 @@ private function projectsGet() {
*
* Outputs a single taxon observations's details.
*
* @deprecated
* Deprecated in version 6.3 and may be removed in future. Use the
* sync-taxon-observations end-point provided by the rest_api_sync module
* instead.
*
* @param string $id
* Unique ID for the taxon-observations to output.
*/
Expand Down Expand Up @@ -1116,6 +1121,11 @@ private function taxonObservationsGetId($id) {
*
* Outputs a list of taxon observation details.
*
* @deprecated
* Deprecated in version 6.3 and may be removed in future. Use the
* sync-taxon-observations end-point provided by the rest_api_sync module
* instead.
*
* @todo Ensure delete information is output.
*/
private function taxonObservationsGet() {
Expand Down

0 comments on commit f3f1fab

Please sign in to comment.