Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,15 @@
},
{
"$ref": "#/parameters/PublishedBlueprintVersionIdParameter"
},
{
"name": "publishedBlueprint",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/PublishedBlueprint"
},
"description": "Published Blueprint to create or update."
}
Copy link
Member

@majastrz majastrz Jun 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for other reviewers:
The blueprint backend has always supported this and it was always optional. So SDKs generated from swaggers with and without this change will work just fine. #ByDesign

],
"responses": {
Expand Down