Skip to content

Commit

Permalink
Update API to MS-112 (#487)
Browse files Browse the repository at this point in the history
* Update ECE_BRANCH

* Update API docs

* Update client
  • Loading branch information
claudia-correia authored Sep 24, 2024
1 parent 64cf5b5 commit 4be03fd
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL := /bin/bash
export GO111MODULE ?= on
export VERSION ?= v1.22.0
export ECE_VERSION ?= $(shell cat ECE_VERSION)
export ECE_BRANCH ?= ms-111
export ECE_BRANCH ?= ms-112
ECE_DEF_FILE ?= api/version/$(ECE_VERSION).md
export GOBIN = $(shell pwd)/bin
BINARY := cloud-sdk-go
Expand Down
7 changes: 7 additions & 0 deletions api/apidocs-user.json
Original file line number Diff line number Diff line change
Expand Up @@ -1435,6 +1435,13 @@
"description" : "If present, it will cause the returned deployment templates to be adapted to return only the elements allowed in that version.",
"required" : false,
"type" : "string"
}, {
"name" : "hide_deprecated",
"in" : "query",
"description" : "If true, templates flagged as deprecated will NOT be returned.",
"required" : false,
"type" : "boolean",
"default" : false
}, {
"name" : "region",
"in" : "query",
Expand Down
13 changes: 13 additions & 0 deletions api/apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1893,6 +1893,13 @@
"description" : "If present, it will cause the returned deployment templates to be adapted to return only the elements allowed in that version.",
"required" : false,
"type" : "string"
}, {
"name" : "hide_deprecated",
"in" : "query",
"description" : "If true, templates flagged as deprecated will NOT be returned.",
"required" : false,
"type" : "boolean",
"default" : false
}, {
"name" : "show_hidden",
"in" : "query",
Expand Down Expand Up @@ -8467,6 +8474,12 @@
"description" : "This is a database-level field, not related to the application-level 'config_version', except as described in the following docs. If specified, checks for conflicts against 'x-cloud-resource-version' from the GET request (the GET's 'config_version' should be left blank if the IC is configuration controlled, ie to get the latest configuration)",
"required" : false,
"type" : "integer"
}, {
"name" : "only_test_version",
"in" : "query",
"description" : "If true, the testing version (version -1) will be permanently deleted but the latest IC version will remain untouched. Defaults to false",
"required" : false,
"type" : "boolean"
} ],
"responses" : {
"200" : {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4be03fd

Please sign in to comment.