Skip to content

Commit

Permalink
docs(api): Add missing parameters to the OpenAPI example requests
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Nobelis <nicolas.nobelis@bosch.com>
  • Loading branch information
nnobelis committed May 31, 2024
1 parent ea5f965 commit 1a007b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/main/kotlin/apiDocs/RepositoriesDocs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,9 @@ val postOrtRun: OpenApiRoute.() -> Unit = {
value = CreateOrtRun(
revision = "main",
jobConfigs = fullJobConfigurations,
labels = mapOf("label key" to "label value")
labels = mapOf("label key" to "label value"),
path = "optional VCS sub-path",
jobConfigContext = "optional context",
)
)
}
Expand Down

0 comments on commit 1a007b6

Please sign in to comment.