Skip to content

Commit 835f9f0

Browse files
[CI] api has been built
1 parent 7e2944e commit 835f9f0

File tree

13 files changed

+65
-65
lines changed

13 files changed

+65
-65
lines changed

dist/gateway/spaceone/api/alert-manager/v1/service.pb.gw.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/go/spaceone/api/alert-manager/v1/service.pb.go

+41-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/go/spaceone/api/alert-manager/v1/service_grpc.pb.go

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/json/cloudforet/api/alert_manager/v1/Service.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -882,9 +882,9 @@
882882
{
883883
"name": "delete",
884884
"description": "",
885-
"requestType": "ServiceRequest",
886-
"requestLongType": "ServiceRequest",
887-
"requestFullType": "spaceone.api.alert_manager.v1.ServiceRequest",
885+
"requestType": "ServiceDeleteRequest",
886+
"requestLongType": "ServiceDeleteRequest",
887+
"requestFullType": "spaceone.api.alert_manager.v1.ServiceDeleteRequest",
888888
"requestStreaming": false,
889889
"responseType": "Empty",
890890
"responseLongType": ".google.protobuf.Empty",

dist/openapi/cloudforet/api/alert_manager/v1/openapi.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -774,11 +774,11 @@
774774
"operationId" : "",
775775
"description": "### Description \n",
776776
"requestBody": {
777-
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |service_id||string|True|\n<br>",
777+
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |service_id||string|True|\n |force||boolean||\n<br>",
778778
"content": {
779779
"application/json": {
780780
"schema": {
781-
"properties": {"service_id" : {"type": "string","title": "SERVICE_ID" } }
781+
"properties": {"service_id" : {"type": "string","title": "SERVICE_ID" },"force" : {"type": "boolean","title": "FORCE" } }
782782
},
783783
"examples":{"Schema":{}
784784
}

0 commit comments

Comments
 (0)