File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 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" : {
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" : {
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" : {
You can’t perform that action at this time.
0 commit comments