netgen / ezplatform-site-api

Netgen's Site API is site building productivity layer for eZ/Ibexa Platform
https://docs.netgen.io/projects/site-api
GNU General Public License v2.0
37 stars 8 forks source link

Fix RelationService method call examples #203

Closed amalija-ramljak closed 3 years ago

amalija-ramljak commented 3 years ago

Documentation fix.

Page: Services/RelationService/Methods

Problem:

In the examples for each method, the prefix is get instead of load.

Fix:

Replaced get with load in the example method calls.