Skip to content

Commit

Permalink
API:
Browse files Browse the repository at this point in the history
 - Update supported interactions in annotations
  • Loading branch information
pbehrend committed Jun 20, 2024
1 parent d805e81 commit 5367cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import java.util.*
)
]
)
@SupportsInteraction(["create", "search-type", "delete"])
@SupportsInteraction(["create", "update", "read", "search-type", "delete"])
@SupportsOperation(
name = "CodeSystem-lookup",
title = "CodeSystem-lookup",
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/de/itcr/termite/api/ValueSetController.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import kotlin.Exception
)
]
)
@SupportsInteraction(["create", "search-type", "delete"])
@SupportsInteraction(["create", "update", "read", "search-type", "delete"])
@SupportsOperation(
name = "ValueSet-lookup",
title = "ValueSet-lookup",
Expand Down

0 comments on commit 5367cab

Please sign in to comment.