Skip to content

Commit

Permalink
remove references
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKirakosyan committed May 30, 2023
1 parent e8d632c commit 82ccb9c
Showing 1 changed file with 7 additions and 31 deletions.
38 changes: 7 additions & 31 deletions swagger/bifrost.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -17928,10 +17928,7 @@
],
"responses": {
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/ProvisioningProfileResponse"
}
"description": "Success"
},
"400": {
"description": "The app's OS is not iOS.",
Expand Down Expand Up @@ -25433,10 +25430,7 @@
],
"responses": {
"200": {
"description": "Gets the stack trace for the error group.",
"schema": {
"$ref": "#/definitions/DiagnosticsStackTrace"
}
"description": "Gets the stack trace for the error group."
},
"default": {
"description": "Error code with reason",
Expand Down Expand Up @@ -25765,10 +25759,7 @@
],
"responses": {
"200": {
"description": "Error stacktrace details.",
"schema": {
"$ref": "#/definitions/DiagnosticsStackTrace"
}
"description": "Error stacktrace details."
},
"default": {
"description": "Error code with reason",
Expand Down Expand Up @@ -35690,10 +35681,7 @@
],
"responses": {
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/Stacktrace"
}
"description": "Success"
},
"default": {
"description": "Error",
Expand Down Expand Up @@ -35769,10 +35757,7 @@
],
"responses": {
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/Stacktrace"
}
"description": "Success"
},
"default": {
"description": "Error",
Expand Down Expand Up @@ -36101,10 +36086,7 @@
],
"responses": {
"201": {
"description": "Created",
"schema": {
"$ref": "#/definitions/Crash"
}
"description": "Created"
},
"default": {
"description": "Error",
Expand Down Expand Up @@ -36318,13 +36300,7 @@
],
"responses": {
"200": {
"description": "Success",
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/Crash"
}
}
"description": "Success"
},
"default": {
"description": "Error",
Expand Down

0 comments on commit 82ccb9c

Please sign in to comment.