Skip to content

Commit

Permalink
Merge pull request #196 from tomreece/remove-site-data-ref
Browse files Browse the repository at this point in the history
Remove broken site.data.var references
  • Loading branch information
jeff-matthews authored Sep 25, 2023
2 parents f039146 + 4b3c6c7 commit fa22c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tutorials/backend/create-custom-rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords:

# Create a custom REST API

Although {{site.data.var.ee}} and {{site.data.var.ce}} provide numerous REST endpoints, you might need to create your own to manage custom data within your extension. This tutorial describes how you can create such a custom REST API.
Although Adobe Commerce and Magento Open Source provide numerous REST endpoints, you might need to create your own to manage custom data within your extension. This tutorial describes how you can create such a custom REST API.

In this tutorial, we will create two custom endpoints to read or modify the product information. `GET /V1/rest_dev/getProduct/{productId}` returns details about a specified product, and `PUT /V1/rest_dev/setDescription` modifies product description data.

Expand Down

0 comments on commit fa22c64

Please sign in to comment.