From b7cad9a67ff8f39d37dc23997bf3f194a181d889 Mon Sep 17 00:00:00 2001 From: rodrigorodriguez Date: Fri, 10 Feb 2023 08:52:04 -0300 Subject: [PATCH] new(basic.gblib): Power Platform integration. --- swagger.json | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/swagger.json b/swagger.json index 2f7b8320..90c85a71 100644 --- a/swagger.json +++ b/swagger.json @@ -23,32 +23,18 @@ "paths": { "/api/v2//dialog/talk": { "post": { + "requestBody":{ + "content": "text/plain" + }, "summary": "Talk to the user.", "description": "Talk to the user.", "x-ms-no-generic-test": true, - "operationId": "talkTo", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "parameters": [ - { - "name": "content", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/TalkRequest" - } - } - ], + "operationId": "talk", "responses": { "200": { "description": "OK" } - }, - "deprecated": false + } } } },