Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions tdei-api-gateway-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2362,7 +2362,7 @@
"OSW"
],
"summary": "Accepts the feedback from the dataset viewer.",
"description": "Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset.",
"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.",
"operationId": "oswDatasetViewerFeedback",
"parameters": [
{
Expand Down Expand Up @@ -2433,13 +2433,8 @@
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"message": {
"type": "string",
"example": "Feedback submitted successfully."
}
}
"type": "integer",
"example": 14325
}
}
}
Expand Down
11 changes: 3 additions & 8 deletions tdei-api-gateway-stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2362,7 +2362,7 @@
"OSW"
],
"summary": "Accepts the feedback from the dataset viewer.",
"description": "Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset.",
"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.",
"operationId": "oswDatasetViewerFeedback",
"parameters": [
{
Expand Down Expand Up @@ -2433,13 +2433,8 @@
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"message": {
"type": "string",
"example": "Feedback submitted successfully."
}
}
"type": "integer",
"example": 14325
}
}
}
Expand Down
11 changes: 3 additions & 8 deletions tdei-api-gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -2362,7 +2362,7 @@
"OSW"
],
"summary": "Accepts the feedback from the dataset viewer.",
"description": "Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset.",
"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.",
"operationId": "oswDatasetViewerFeedback",
"parameters": [
{
Expand Down Expand Up @@ -2433,13 +2433,8 @@
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"message": {
"type": "string",
"example": "Feedback submitted successfully."
}
}
"type": "integer",
"example": 14325
}
}
}
Expand Down
Loading