Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(JP) ADD servicePath builtin attr to orion-api.md (#4389) #4390

Merged
merged 2 commits into from
Aug 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading