We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cda3bb commit f2bdc59Copy full SHA for f2bdc59
src/main/kotlin/no/nav/klage/document/api/DocumentController.kt
@@ -1,5 +1,6 @@
1
package no.nav.klage.document.api
2
3
+import io.swagger.annotations.Api
4
import io.swagger.annotations.ApiOperation
5
import no.nav.klage.document.api.views.CommentInput
6
import no.nav.klage.document.api.views.CommentView
@@ -13,6 +14,7 @@ import org.springframework.web.bind.annotation.*
13
14
import java.util.*
15
16
@RestController
17
+@Api(tags = ["kabal-smart-editor-api"])
18
@RequestMapping("/documents")
19
class DocumentController(
20
private val documentService: DocumentService,
0 commit comments