Skip to content

Commit

Permalink
(JP) ADD documentation about actionType delete (telefonicaid#4445)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Nov 16, 2023
1 parent 721a1a9 commit a7a86bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manuals.jp/orion-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4511,7 +4511,7 @@ _**リクエスト・ペイロード**_
- `appendStrict`: `POST /v2/entities` (エンティティがまだ存在しない場合) または
`POST /v2/entities/<id>/attrs?options=append` (エンティティが既に存在する場合) にマップします
- `update`: `PATCH /v2/entities/<id>/attrs` にマップされます
- `delete`: エンティティに含まれているすべての属性に対して、`DELETE /v2/entities/<id>/attrs/<attrName>`
- `delete`: エンティティに含まれているすべての属性に対して (この場合、属性の実際の値は関係ありません)`DELETE /v2/entities/<id>/attrs/<attrName>`
にマッピングし、エンティティに属性が含まれていない場合は、`DELETE /v2/entities/<id>` にマッピングします
- `replace`: `PUT /v2/entities/<id>/attrs` にマッピングします

Expand Down

0 comments on commit a7a86bd

Please sign in to comment.