Skip to content

Commit

Permalink
Full links
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Jan 22, 2025
1 parent f73aa1b commit a7685bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/10_Extending_Studio/01_Endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ final class CollectionController extends AbstractApiController

### Available classes for simplification

[Collection](../../src/Response/Collection.php) Predefined repsonse object for collections with the total item count and the items
[HttpResponseCodes](../../src/Util/Constant/HttpResponseCodes.php) Predefined http response codes
[Collection](https://github.com/pimcore/studio-backend-bundle/blob/1.x/src/Response/Collection.php) Predefined repsonse object for collections with the total item count and the items
[HttpResponseCodes](https://github.com/pimcore/studio-backend-bundle/blob/1.x/src/Util/Constant/HttpResponseCodes.php) Predefined http response codes

0 comments on commit a7685bb

Please sign in to comment.