Skip to content

Commit

Permalink
Add more transform examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Apr 11, 2024
1 parent 2a412e4 commit d8801f3
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"summary": "A successful response when the transform is deleted.",
"value": {
"acknowledged": true
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"summary": "A successful response when the transform is reset.",
"value": {
"acknowledged": true
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"summary": "A successful response when the transform is scheduled to run now.",
"value": {
"acknowledged": true
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"summary": "A successful response when a transform starts.",
"value": {
"acknowledged": true
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"summary": "A successful response when a transform stops.",
"value": {
"acknowledged": true
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"summary": "A successful response contains a summary when all transforms are upgraded.",
"value": {
"needs_update": 0,
"updated": 2,
"no_action": 1
}
}

0 comments on commit d8801f3

Please sign in to comment.