|
|
@@ -7610,7 +7610,27 @@
|
|
|
"get": {
|
|
|
"tags": ["v2 models"],
|
|
|
"operationId": "v2.model.list",
|
|
|
- "parameters": [],
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "name": "instance",
|
|
|
+ "in": "query",
|
|
|
+ "schema": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "directory": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "workspace": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "additionalProperties": false
|
|
|
+ },
|
|
|
+ "required": false,
|
|
|
+ "style": "deepObject",
|
|
|
+ "explode": true
|
|
|
+ }
|
|
|
+ ],
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "Success",
|
|
|
@@ -7640,7 +7660,27 @@
|
|
|
"get": {
|
|
|
"tags": ["v2 providers"],
|
|
|
"operationId": "v2.provider.list",
|
|
|
- "parameters": [],
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "name": "instance",
|
|
|
+ "in": "query",
|
|
|
+ "schema": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "directory": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "workspace": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "additionalProperties": false
|
|
|
+ },
|
|
|
+ "required": false,
|
|
|
+ "style": "deepObject",
|
|
|
+ "explode": true
|
|
|
+ }
|
|
|
+ ],
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "Success",
|
|
|
@@ -7678,6 +7718,25 @@
|
|
|
"type": "string"
|
|
|
},
|
|
|
"required": true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "instance",
|
|
|
+ "in": "query",
|
|
|
+ "schema": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "directory": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "workspace": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "additionalProperties": false
|
|
|
+ },
|
|
|
+ "required": false,
|
|
|
+ "style": "deepObject",
|
|
|
+ "explode": true
|
|
|
}
|
|
|
],
|
|
|
"responses": {
|
|
|
@@ -9014,12 +9073,6 @@
|
|
|
{
|
|
|
"$ref": "#/components/schemas/EventSessionError"
|
|
|
},
|
|
|
- {
|
|
|
- "$ref": "#/components/schemas/EventInstallationUpdated"
|
|
|
- },
|
|
|
- {
|
|
|
- "$ref": "#/components/schemas/EventInstallationUpdate-available"
|
|
|
- },
|
|
|
{
|
|
|
"$ref": "#/components/schemas/EventQuestionAsked"
|
|
|
},
|
|
|
@@ -9095,6 +9148,12 @@
|
|
|
{
|
|
|
"$ref": "#/components/schemas/EventPtyDeleted"
|
|
|
},
|
|
|
+ {
|
|
|
+ "$ref": "#/components/schemas/EventInstallationUpdated"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "$ref": "#/components/schemas/EventInstallationUpdate-available"
|
|
|
+ },
|
|
|
{
|
|
|
"$ref": "#/components/schemas/EventMessageUpdated"
|
|
|
},
|
|
|
@@ -11313,12 +11372,6 @@
|
|
|
{
|
|
|
"$ref": "#/components/schemas/EventSessionError"
|
|
|
},
|
|
|
- {
|
|
|
- "$ref": "#/components/schemas/EventInstallationUpdated"
|
|
|
- },
|
|
|
- {
|
|
|
- "$ref": "#/components/schemas/EventInstallationUpdate-available"
|
|
|
- },
|
|
|
{
|
|
|
"$ref": "#/components/schemas/EventQuestionAsked"
|
|
|
},
|
|
|
@@ -11394,6 +11447,12 @@
|
|
|
{
|
|
|
"$ref": "#/components/schemas/EventPtyDeleted"
|
|
|
},
|
|
|
+ {
|
|
|
+ "$ref": "#/components/schemas/EventInstallationUpdated"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "$ref": "#/components/schemas/EventInstallationUpdate-available"
|
|
|
+ },
|
|
|
{
|
|
|
"$ref": "#/components/schemas/EventMessageUpdated"
|
|
|
},
|
|
|
@@ -16469,54 +16528,6 @@
|
|
|
"required": ["id", "type", "properties"],
|
|
|
"additionalProperties": false
|
|
|
},
|
|
|
- "EventInstallationUpdated": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "id": {
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "enum": ["installation.updated"]
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "version": {
|
|
|
- "type": "string"
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["version"],
|
|
|
- "additionalProperties": false
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["id", "type", "properties"],
|
|
|
- "additionalProperties": false
|
|
|
- },
|
|
|
- "EventInstallationUpdate-available": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "id": {
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "enum": ["installation.update-available"]
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "version": {
|
|
|
- "type": "string"
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["version"],
|
|
|
- "additionalProperties": false
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["id", "type", "properties"],
|
|
|
- "additionalProperties": false
|
|
|
- },
|
|
|
"EventQuestionAsked": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
@@ -17033,6 +17044,54 @@
|
|
|
"required": ["id", "type", "properties"],
|
|
|
"additionalProperties": false
|
|
|
},
|
|
|
+ "EventInstallationUpdated": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "id": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "enum": ["installation.updated"]
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "version": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["version"],
|
|
|
+ "additionalProperties": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["id", "type", "properties"],
|
|
|
+ "additionalProperties": false
|
|
|
+ },
|
|
|
+ "EventInstallationUpdate-available": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "id": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "enum": ["installation.update-available"]
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "version": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["version"],
|
|
|
+ "additionalProperties": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["id", "type", "properties"],
|
|
|
+ "additionalProperties": false
|
|
|
+ },
|
|
|
"EventMessageUpdated": {
|
|
|
"type": "object",
|
|
|
"properties": {
|