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
Copy file name to clipboardExpand all lines: modules/cd-tekton-pipeline/src/main/java/com/ibm/cloud/continuous_delivery/cd_tekton_pipeline/v2/CdTektonPipeline.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,10 +79,12 @@
79
79
importjava.util.Map.Entry;
80
80
81
81
/**
82
-
* Continuous Delivery Tekton pipeline API definition <br><br> Maximum request payload size is 512 KB
82
+
* Continuous Delivery Tekton Pipeline API definition <br><br> Maximum request payload size is 512 KB
83
83
* <br><br> All calls require an <strong>Authorization</strong> HTTP header.
84
84
* <br><br> The following header is the accepted authentication mechanism and required credentials for each
85
85
* <ul><li><b>Bearer:</b> an IBM Cloud IAM token (authorized for all endpoints)</li>.
0 commit comments