You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-classic-docs/src/test/java/org/springframework/cloud/dataflow/server/rest/documentation/TaskExecutionsDocumentation.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,8 @@ public void launchTaskDisplayDetail() throws Exception {
124
124
subsectionWithPath("deploymentProperties").description("The deployment properties of the task exectuion"),
125
125
subsectionWithPath("deploymentProperties").description("The deployment properties of the task execution"),
126
126
subsectionWithPath("platformName").description("The platform selected for the task execution"),
127
-
subsectionWithPath("_links.self").description("Link to the task execution resource")
127
+
subsectionWithPath("_links.self").description("Link to the task execution resource"),
128
+
subsectionWithPath("_links.tasks/logs").description("Link to the task execution logs")
0 commit comments