Skip to content

Commit

Permalink
Merge pull request #4390 from fisuda/patch-1
Browse files Browse the repository at this point in the history
(JP) ADD servicePath builtin attr to orion-api.md (#4389)
  • Loading branch information
fgalan authored Aug 9, 2023
2 parents 2b621de + ec70487 commit f309908
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/manuals.jp/orion-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -643,9 +643,9 @@ Orion は階層スコープをサポートしているため、エンティテ
- `entityUpdate`: 通知をトリガーする更新が更新であったが、実際の変更ではなかった場合
- `entityChange`: 通知をトリガーする更新が実際の変更を伴う更新であった場合、または実際の変更ではなく
`forcedUpdate` が使用された場合
- `entityDelete`: 通知をトリガーする更新がエンティティの削除操作であった場合。この場合、
[`condition`](#subscriptionsubjectcondition) 内の `attrs` フィールドは無視されます (エンティティを削除する通常
の方法、たとえば `DELETE /v2/entities/E` には属性が含まれないことに注意してください)
- `entityDelete`: 通知をトリガーする更新がエンティティの削除操作であった場合

- `servicePath` (タイプ: `Text`): エンティティが属する[サービス・パス](#service-path)を指定します。

通常の属性と同様に、`q` フィルタと `orderBy` (`alterationType` を除く) で使用できます。
ただし、リソース URLs では使用できません。
Expand Down

0 comments on commit f309908

Please sign in to comment.