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
{% include editions.md feature="artifact_configuration.user_defined_parameters" %}
82
82
83
-
Values for [user-defined parameters](/artifact-configuration/syntax#parameters) in the artifact configuration can be provided by adding another multipart/form-data field prefixed with `Parameters.`
83
+
Values for [user-defined parameters](/artifact-configuration/syntax#parameters) in the artifact configuration can be provided by adding another multipart/form-data field prefixed with `parameters.`
84
84
85
-
Example: `-F "Parameters[productVersion]=1.2.0"`
85
+
Example: `-F "parameters.productVersion=1.2.0"`
86
86
87
87
### Get signing request data
88
88
@@ -173,17 +173,17 @@ See [Resubmit an existing signing request](/signing-code#resubmit) for more info
173
173
| URL | `/SigningRequests/Resubmit`
174
174
| Method | `POST`
175
175
| Encoding | `multipart/form-data`
176
-
| `OriginalSigningRequestId` | The ID of the signing request which you want to resubmit
177
-
| `SigningPolicySlug` | Signing policy for which you want to create the signing request
178
-
| `Description` | Optional: description for your signing request (e.g. version number)
176
+
| `originalSigningRequestId` | The ID of the signing request which you want to resubmit
177
+
| `signingPolicySlug` | Signing policy for which you want to create the signing request
178
+
| `description` | Optional: description for your signing request (e.g. version number)
0 commit comments