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: docs/powershell/Get-SignedArtifact.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This cmdlet throws an exception if the signing request does not successfully com
34
34
|`-OrganizationId`|`String`| ID of your SignPath organization |
35
35
|`-ApiToken`|`String`| API token of an interactive or CI user |
36
36
| `-ClientCertificate` | `X509Certificate2`| Client certificate used for a secure Web API request. Not directly supported by SignPath, use for proxies. | | {{ site.data.editions | where: "pipeline_integrity.trusted_build_systems", "Optional" | map: "name" | join: ", " }}
37
-
| `-ApiUrl` | `String` | URL to the SignPath REST API | `https://app.signpath.io/api/`
37
+
| `-ApiUrl` | `String` | URL to the SignPath REST API | `https://app.signpath.io/Api/`
38
38
|`-SigningRequestId`|`String`| ID of the signing request |
39
39
| `-OutputArtifactPath` | `String` | Specifies the target path for the downloaded signed artifact | `InputArtifactPath` with an added `.signed` extension
40
40
| `-Force` | Switch | Allows the cmdlet to overwrite the file at OutputArtifactPath | `false`
Copy file name to clipboardExpand all lines: docs/powershell/Submit-SigningRequest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ Note: Use either slugs _or_ IDs, don't mix.
184
184
| `-OrganizationId` | `String` | ID of your SignPath organization
185
185
| `-ApiToken` | `String` | API token of an interactive or CI user
186
186
| `-ClientCertificate` | `X509Certificate2`| Client certificate used for a secure Web API request. Not directly supported by SignPath, use for proxies. | | {{ site.data.editions | where: "pipeline_integrity.trusted_build_systems", "Optional" | map: "name" | join: ", " }}
187
-
| `-ApiUrl` | `String` | URL to the SignPath REST API | `https://app.signpath.io/api/`
187
+
| `-ApiUrl` | `String` | URL to the SignPath REST API | `https://app.signpath.io/Api/`
188
188
| `-Description` | `String` | Optional description of the signing request
189
189
| `-Parameters` | `Hashtable` | Values for [parameters defined in the artifact configuration](/artifact-configuration/syntax#parameters)
190
190
| `-ServiceUnavailableTimeoutInSeconds` | `Int32` | Total time in seconds that the cmdlet will wait for a single service call to succeed (across several retries) | 600 seconds
0 commit comments