Skip to content

Commit

Permalink
updated GET events response
Browse files Browse the repository at this point in the history
  • Loading branch information
MayurBagwe committed Jan 16, 2025
1 parent a84c75b commit d0174ac
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/pages/events/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,17 @@ The `GET /rest/all/V1/eventing/getEventSubscriptions` endpoint returns a list of
"name": "observer.catalog_product_save_after.price_check",
"parent": "observer.catalog_product_save_after",
"fields": [
"price",
"name",
"sku"
],
{
"name": "name",
"converter": "Magento\\CustomModule\\Model\\TestConverter"
},
{
"name": "price"
},
{
"name": "sku"
}
],
"rules": [
{
"field": "price",
Expand Down

0 comments on commit d0174ac

Please sign in to comment.