Skip to content

Commit 4b95805

Browse files
authored
Merge pull request #145 from TaskarCenterAtUW/stage
Stage to Prod
2 parents 8df73b5 + 75f5af1 commit 4b95805

File tree

3 files changed

+9
-24
lines changed

3 files changed

+9
-24
lines changed

tdei-api-gateway-prod.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,7 +2362,7 @@
23622362
"OSW"
23632363
],
23642364
"summary": "Accepts the feedback from the dataset viewer.",
2365-
"description": "Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset.",
2365+
"description": "Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset. Returns feedback ID upon successful submission.",
23662366
"operationId": "oswDatasetViewerFeedback",
23672367
"parameters": [
23682368
{
@@ -2433,13 +2433,8 @@
24332433
"content": {
24342434
"application/json": {
24352435
"schema": {
2436-
"type": "object",
2437-
"properties": {
2438-
"message": {
2439-
"type": "string",
2440-
"example": "Feedback submitted successfully."
2441-
}
2442-
}
2436+
"type": "integer",
2437+
"example": 14325
24432438
}
24442439
}
24452440
}

tdei-api-gateway-stage.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,7 +2362,7 @@
23622362
"OSW"
23632363
],
23642364
"summary": "Accepts the feedback from the dataset viewer.",
2365-
"description": "Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset.",
2365+
"description": "Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset. Returns feedback ID upon successful submission.",
23662366
"operationId": "oswDatasetViewerFeedback",
23672367
"parameters": [
23682368
{
@@ -2433,13 +2433,8 @@
24332433
"content": {
24342434
"application/json": {
24352435
"schema": {
2436-
"type": "object",
2437-
"properties": {
2438-
"message": {
2439-
"type": "string",
2440-
"example": "Feedback submitted successfully."
2441-
}
2442-
}
2436+
"type": "integer",
2437+
"example": 14325
24432438
}
24442439
}
24452440
}

tdei-api-gateway.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,7 +2362,7 @@
23622362
"OSW"
23632363
],
23642364
"summary": "Accepts the feedback from the dataset viewer.",
2365-
"description": "Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset.",
2365+
"description": "Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset. Returns feedback ID upon successful submission.",
23662366
"operationId": "oswDatasetViewerFeedback",
23672367
"parameters": [
23682368
{
@@ -2433,13 +2433,8 @@
24332433
"content": {
24342434
"application/json": {
24352435
"schema": {
2436-
"type": "object",
2437-
"properties": {
2438-
"message": {
2439-
"type": "string",
2440-
"example": "Feedback submitted successfully."
2441-
}
2442-
}
2436+
"type": "integer",
2437+
"example": 14325
24432438
}
24442439
}
24452440
}

0 commit comments

Comments
 (0)