- Issue created by @cspitzlay
- last update
9 months ago 10 pass - Issue was unassigned.
- Status changed to Needs review
9 months ago 2:58pm 7 March 2024 - Status changed to RTBC
6 months ago 9:38am 15 May 2024
There is a typo in the API description that ends up in the OpenAPI file.
return $this->t('The REST API provide by the core REST module.');
should probably be:
return $this->t('The REST API provided by the core REST module.');