Skip to content

Commit

Permalink
Update ThemeDocs.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
davin111 authored Jan 10, 2024
1 parent 062c560 commit f9f1b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/kotlin/router/docs/ThemeDocs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ import org.springframework.web.bind.annotation.RequestMethod
),
),
RouterOperation(
path = "/v1/themes/{themeId}/copy", method = [RequestMethod.DELETE], produces = [MediaType.APPLICATION_JSON_VALUE],
path = "/v1/themes/{themeId}/default", method = [RequestMethod.DELETE], produces = [MediaType.APPLICATION_JSON_VALUE],
operation = Operation(
operationId = "unsetDefault",
parameters = [Parameter(`in` = ParameterIn.PATH, name = "themeId", required = true)],
Expand Down

0 comments on commit f9f1b26

Please sign in to comment.