Skip to content

Commit f757f01

Browse files
OAS Update
1 parent 19ad2c3 commit f757f01

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

services/intake/v1beta/intake.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@
768768
"info": {
769769
"description": "This API provides endpoints for managing Intakes.\n",
770770
"title": "STACKIT Intake API",
771-
"version": "1beta.3.1"
771+
"version": "1beta.3.2"
772772
},
773773
"openapi": "3.0.3",
774774
"paths": {
@@ -959,7 +959,14 @@
959959
"required": true
960960
},
961961
"responses": {
962-
"204": {
962+
"200": {
963+
"content": {
964+
"application/json": {
965+
"schema": {
966+
"$ref": "#/components/schemas/intakeRunnerResponse"
967+
}
968+
}
969+
},
963970
"description": "Intake runner was updated successfully."
964971
},
965972
"400": {
@@ -1393,7 +1400,14 @@
13931400
"required": true
13941401
},
13951402
"responses": {
1396-
"204": {
1403+
"200": {
1404+
"content": {
1405+
"application/json": {
1406+
"schema": {
1407+
"$ref": "#/components/schemas/intakeUserResponse"
1408+
}
1409+
}
1410+
},
13971411
"description": "Intake user was updated successfully."
13981412
},
13991413
"401": {

0 commit comments

Comments
 (0)