From 5b7bfa19052440c832042f8506748e0ea45ad521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Wed, 9 Aug 2023 11:32:17 +0200 Subject: [PATCH] ADD servicePath builtin attr to orion-api.md --- doc/manuals/orion-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/manuals/orion-api.md b/doc/manuals/orion-api.md index cc7aecc57e..5d42c96685 100644 --- a/doc/manuals/orion-api.md +++ b/doc/manuals/orion-api.md @@ -674,6 +674,8 @@ the subscriptions based in alteration type features (see [Subscription based in * `entityChange` if the update that triggers the notification was an update with an actual change or not an actual change but with `forcedUpdate` in use * `entityDelete` if the update that triggers the notification was a entity delete operation +* `servicePath` (type: `Text`): specifies the [service path](#service-path) to which the entity belongs. + Like regular attributes, they can be used in `q` filters and in `orderBy` (except `alterationType`). However, they cannot be used in resource URLs.