diff --git a/doc/event-filter/event-filter.md b/doc/event-filter/event-filter.md index 38755d9d2fa681764e2c653a353601761e69d469..0596522ba69fce4a4611949036f6a983cce0204c 100644 --- a/doc/event-filter/event-filter.md +++ b/doc/event-filter/event-filter.md @@ -4,9 +4,9 @@ The **Event Filter** is a feature of the CAPIF Events service that allows you to ## How it works -To specify the desired filter during subscription, you can use the ***eventDetails*** field, provided that the ***Enhanced Event Report*** flag is enabled in the ***Supported Features*** characteristics. +To specify the desired filter during subscription, you can use the ***eventFilters*** field, provided that the ***Enhanced Event Report*** flag is enabled in the ***Supported Features*** characteristics. -The ***eventDetails*** field consists of a list of filters that correspond one-to-one with the list of events in the ***events*** field. Thus, the first element of the filter list corresponds to the first element of the events list, the second filter element to the second event element, and so on. +The ***eventFilters*** field consists of a list of filters that correspond one-to-one with the list of events in the ***events*** field. Thus, the first element of the filter list corresponds to the first element of the events list, the second filter element to the second event element, and so on. Each filter contains three lists: diff --git a/doc/releasenotes.md b/doc/releasenotes.md index 6eeb8e5051b652f5a2ad30b8cf3746dca441f383..284ca2f06b96cbbf15ca4173340678149c06e780 100644 --- a/doc/releasenotes.md +++ b/doc/releasenotes.md @@ -6,7 +6,7 @@ - New filters for Event service subscriptions. - You can now specify from which API, AEF, or Invoker you want to receive the event notifications. - - These filters are specified in the ***eventDetails*** of the subscription if the ***Enhanced Event Report*** feature of the ***Supported Features*** is activated. + - These filters are specified in the ***eventFilters*** of the subscription if the ***Enhanced Event Report*** feature of the ***Supported Features*** is activated. - More detailed information about event filters can be found in [Event Filter]. ## **Release 2.0.0** @@ -348,4 +348,4 @@ This Release also includes a Robot Test Suite for all those services and a Postm [New Registration Demo]: https://www.youtube.com/watch?v=sn-tN6eRvv8 "New Registration Demo" [CICD Wiki]: https://labs.etsi.org/rep/ocf/community/-/wikis/OCF-CICD "CI/CD Wiki" [Upgrade Release 17 to 18 Wiki]: https://labs.etsi.org/rep/ocf/community/-/wikis/3GPP-Release-18-upgrade "Upgrade Release 17 to 18 Wiki" -[Event Filter]: https://labs.etsi.org/rep/ocf/documentation/latest/event-filter/event-filter/ "Event Filter" +[Event Filter]: ./event-filter/event-filter.md "Event Filter"