Skip to content

Commit

Permalink
feat(impl):[eclipse-tractusx#750] get policy by id
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Jul 9, 2024
1 parent 921d750 commit 87e01fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/docs/arc42/cross-cutting/safety-security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This behavior is shown in the table below.
| Policy Store | Add policy | POST /irs/policies | | x
| | Get policies | GET /irs/policies | | x
| | Find policies (paged) | GET /irs/policies/paged | | x
| | Get policy by ID | GET /irs/policies/{policyId} | | x
| | Update policy | PUT /irs/policies/{policyId} | | x
| | Delete policy | DELETE /irs/policies/{policyId} | | x
| Aspect models | Get aspect models | GET /irs/aspectmodels | x | x
Expand Down

0 comments on commit 87e01fd

Please sign in to comment.