Skip to content

Commit 688aa58

Browse files
committed
Update description for endpoints
1 parent 8850954 commit 688aa58

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

discovery-openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"enabled": true
2323
},
2424
"summary": "Create a chat topic",
25-
"description": "Creates a topic to manage message history for a given AI chat conversation.",
25+
"description": "Creates a topic to manage message history for a given AI chat conversation",
2626
"responses": {
2727
"200": {
2828
"description": "Topic created successfully",

v1-openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"/project/update/{projectId}": {
2323
"post": {
2424
"summary": "Trigger an update",
25-
"description": "Trigger an update after updating your OpenAPI document by calling this endpoint in a CI check.",
25+
"description": "Trigger an update after updating your OpenAPI document by calling this endpoint in a CI check",
2626
"parameters": [
2727
{
2828
"name": "projectId",
@@ -57,6 +57,7 @@
5757
"/project/update-status/{statusId}": {
5858
"get": {
5959
"summary": "Get the status of an update",
60+
"description": "Get the status of an update from the status ID",
6061
"parameters": [
6162
{
6263
"name": "statusId",

0 commit comments

Comments
 (0)