Skip to content

Commit c74ed31

Browse files
authored
chore: update config of start operator (#42)
Because - the config format of start operator has been changed This commit - update config of start operator
1 parent a727529 commit c74ed31

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ client.PipelineClient.createUserPipelineMutation("<userName>",
182182
"configuration": {
183183
"metadata": {
184184
"text": {
185-
"type": "text",
185+
"instillFormat": "string",
186+
"type": "string",
186187
"title": "text"
187188
}
188189
}

src/tests/recipePayload.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"configuration": {
1010
"metadata": {
1111
"text": {
12-
"type": "text",
12+
"instillFormat": "string",
13+
"type": "string",
1314
"title": "text"
1415
}
1516
}

0 commit comments

Comments
 (0)