Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtsnko committed Jan 15, 2025
2 parents eb03f7d + 1ec51a2 commit 580ea4e
Showing 1 changed file with 50 additions and 52 deletions.
102 changes: 50 additions & 52 deletions swagger/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -14001,57 +14001,6 @@
}
},
"/cases/{primary_case_etag}/related": {
"post": {
"tags": [
"RelatedCases"
],
"summary": "Create a new related case",
"operationId": "CreateRelatedCase",
"parameters": [
{
"type": "string",
"description": "Primary case details.",
"name": "primary_case_etag",
"in": "path",
"required": true
},
{
"description": "Input data for the related case.",
"name": "input",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/casesCreateInputRelatedCase"
}
},
{
"type": "array",
"items": {
"type": "string"
},
"collectionFormat": "multi",
"description": "Fields to include in the response.",
"name": "fields",
"in": "query"
}
],
"responses": {
"200": {
"description": "A successful response.",
"schema": {
"$ref": "#/definitions/casesRelatedCase"
}
},
"default": {
"description": "An unexpected error response.",
"schema": {
"$ref": "#/definitions/googlerpcStatus"
}
}
}
}
},
"/cases/{primary_case_id}/related": {
"get": {
"tags": [
"RelatedCases"
Expand All @@ -14062,7 +14011,7 @@
{
"type": "string",
"description": "Primary Case ID for which related cases are requested.",
"name": "primary_case_id",
"name": "primary_case_etag",
"in": "path",
"required": true
},
Expand Down Expand Up @@ -14127,6 +14076,55 @@
}
}
}
},
"post": {
"tags": [
"RelatedCases"
],
"summary": "Create a new related case",
"operationId": "CreateRelatedCase",
"parameters": [
{
"type": "string",
"description": "Primary case details.",
"name": "primary_case_etag",
"in": "path",
"required": true
},
{
"description": "Input data for the related case.",
"name": "input",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/casesCreateInputRelatedCase"
}
},
{
"type": "array",
"items": {
"type": "string"
},
"collectionFormat": "multi",
"description": "Fields to include in the response.",
"name": "fields",
"in": "query"
}
],
"responses": {
"200": {
"description": "A successful response.",
"schema": {
"$ref": "#/definitions/casesRelatedCase"
}
},
"default": {
"description": "An unexpected error response.",
"schema": {
"$ref": "#/definitions/googlerpcStatus"
}
}
}
}
},
"/chat/bots/{profile_id}/broadcast": {
Expand Down

0 comments on commit 580ea4e

Please sign in to comment.