Skip to content

Commit f6617bb

Browse files
committed
Update configuration_script_payloads.md
1 parent 736d9a9 commit f6617bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/reference/configuration_script_payloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ For instance, configuration script payloads can be edited to map credentials:
185185
{
186186
"id": 1,
187187
"credentials": [
188-
{"my-cred-user": {"credential_ref": "my-credential", "credential_field": "userid"},
189-
{"my-cred-password": {"credential_ref": "my-credential", "credential_field": "password"}
188+
{"my-cred-user": {"credential_ref": "my-credential", "credential_field": "userid"}},
189+
{"my-cred-password": {"credential_ref": "my-credential", "credential_field": "password"}}
190190
]
191191
}
192192
]

0 commit comments

Comments
 (0)