Skip to content

Commit

Permalink
Fix: resource id description (#114)
Browse files Browse the repository at this point in the history
The description does not specify the behavior when a resource ID is missing.
  • Loading branch information
soroushfathi authored Jan 12, 2025
1 parent 077162e commit 75ad5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Backward incompatible
| پارامتر | نوع | توضیحات |
|:-------------------:|:------:|--------------------------------------------------------------------------------:|
| `event_type` | string | یک نوع رویداد معتبر. برای مثال `NEW_MESSAGE_ON_POST` |
| `event_resource_id` | string | شناسه‌ی موجودیتی که می‌خواهید از رویداد‌های آن مطلع شود. برای مثال توکن یک آگهی |
| `event_resource_id` | Optional[string] | شناسه‌ی موجودیتی که می‌خواهید از رویداد‌های آن مطلع شود. برای مثال توکن یک آگهی. در غیر اینصورت برای تمامی موجودیت‌ها در نظر گرفته میشود. |

```http request
POST https://api.divar.ir/v1/open-platform/events/subscriptions
Expand Down

0 comments on commit 75ad5ac

Please sign in to comment.