Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Dec 1, 2023
1 parent a9bf8d1 commit 9a21b3f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions api-specs/importapi/api.raml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ traits:
200:
body:
type: import-summary.ImportSummary
example: !include examples/import-summary.json
/import-operations:
type: base
get:
Expand Down
12 changes: 12 additions & 0 deletions api-specs/importapi/examples/import-summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"states": {
"processing": 3,
"validationFailed": 0,
"unresolved": 0,
"waitForMasterVariant": 0,
"imported": 2,
"rejected": 0,
"canceled": 0
},
"total": 5
}

0 comments on commit 9a21b3f

Please sign in to comment.