File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 76637663 }
76647664 }
76657665 },
7666- "/network.resync": {
7667- "post": {
7668- "operationId": "network-resync",
7669- "tags": [
7670- "network"
7671- ],
7672- "security": [
7673- {
7674- "Authorization": []
7675- }
7676- ],
7677- "parameters": [],
7678- "requestBody": {
7679- "required": true,
7680- "content": {
7681- "application/json": {
7682- "schema": {
7683- "type": "object",
7684- "properties": {
7685- "networkId": {
7686- "type": "string",
7687- "minLength": 1
7688- }
7689- },
7690- "required": [
7691- "networkId"
7692- ]
7693- }
7694- }
7695- }
7696- },
7697- "responses": {
7698- "200": {
7699- "description": "Successful response",
7700- "content": {
7701- "application/json": {
7702- "schema": {
7703- "type": "object",
7704- "properties": {},
7705- "additionalProperties": false
7706- }
7707- }
7708- }
7709- },
7710- "400": {
7711- "description": "Invalid input data",
7712- "content": {
7713- "application/json": {
7714- "schema": {
7715- "$ref": "#/components/schemas/error.BAD_REQUEST"
7716- }
7717- }
7718- }
7719- },
7720- "401": {
7721- "description": "Authorization not provided",
7722- "content": {
7723- "application/json": {
7724- "schema": {
7725- "$ref": "#/components/schemas/error.UNAUTHORIZED"
7726- }
7727- }
7728- }
7729- },
7730- "403": {
7731- "description": "Insufficient access",
7732- "content": {
7733- "application/json": {
7734- "schema": {
7735- "$ref": "#/components/schemas/error.FORBIDDEN"
7736- }
7737- }
7738- }
7739- },
7740- "500": {
7741- "description": "Internal server error",
7742- "content": {
7743- "application/json": {
7744- "schema": {
7745- "$ref": "#/components/schemas/error.INTERNAL_SERVER_ERROR"
7746- }
7747- }
7748- }
7749- }
7750- }
7751- }
7752- },
77537666 "/network.remove": {
77547667 "post": {
77557668 "operationId": "network-remove",
1874018653 "domain": {
1874118654 "type": "string"
1874218655 },
18743- "serverId ": {
18656+ "serverIp ": {
1874418657 "type": "string"
1874518658 }
1874618659 },
You can’t perform that action at this time.
0 commit comments