Skip to content

Commit

Permalink
chore: update config of start operator
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Nov 10, 2023
1 parent a727529 commit 5ab7bd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ client.PipelineClient.createUserPipelineMutation("<userName>",
"configuration": {
"metadata": {
"text": {
"type": "text",
"instillFormat": "string",
"type": "string",
"title": "text"
}
}
Expand Down
3 changes: 2 additions & 1 deletion src/tests/recipePayload.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"configuration": {
"metadata": {
"text": {
"type": "text",
"instillFormat": "string",
"type": "string",
"title": "text"
}
}
Expand Down

0 comments on commit 5ab7bd8

Please sign in to comment.