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
76 changes: 59 additions & 17 deletions tdei-api-gateway-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2395,7 +2395,11 @@
"description": "An server error occurred."
}
},
"security": []
"security": [
{
"AuthorizationToken": []
}
]
}
},
"/api/v1/osw/dataset-viewer/feedbacks": {
Expand All @@ -2410,7 +2414,7 @@
{
"name": "tdei_project_group_id",
"in": "query",
"required": true,
"required": false,
"description": "ID of the project group.",
"schema": {
"type": "string"
Expand All @@ -2419,7 +2423,7 @@
{
"name": "tdei_dataset_id",
"in": "query",
"required": true,
"required": false,
"description": "ID of the dataset.",
"schema": {
"type": "string"
Expand Down Expand Up @@ -2514,7 +2518,45 @@
"description": "An server error occurred."
}
},
"security": []
"security": [
{
"AuthorizationToken": []
}
]
}
},
"/api/v1/osw/dataset-viewer/feedbacks/metadata": {
"get": {
"tags": [
"OSW"
],
"summary": "Retrieves the feedbacks metadata.",
"description": "Retrieves the feedbacks metadata. Response includes a summary of feedbacks such as total count, total overdue, and other relevant statistics.",
"operationId": "oswDatasetViewerFeedbacksMetadata",
"parameters": [],
"responses": {
"200": {
"description": "Feedbacks retrieved successfully.",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/FeedbackMetadata"
}
}
}
}
},
"500": {
"description": "An server error occurred."
}
},
"security": [
{
"AuthorizationToken": []
}
]
}
},
"/api/v1/gtfs-flex/upload/{tdei_project_group_id}/{tdei_service_id}": {
Expand Down Expand Up @@ -4650,6 +4692,11 @@
"Feedback": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the feedback.",
"example": "10432"
},
"project_group": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -4690,16 +4737,6 @@
"type": "string",
"description": "Feedback text provided by the user."
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the feedback was created."
},
"due_date": {
"type": "string",
"format": "date-time",
"description": "Due date for the feedback response."
},
"dataset_element_id": {
"type": "string",
"description": "ID of the specific dataset element related to the feedback.",
Expand All @@ -4723,10 +4760,15 @@
"description": "Longitude of the location related to the feedback.",
"example": -122.4194
},
"id": {
"due_date": {
"type": "string",
"description": "Unique identifier for the feedback.",
"example": "10432"
"format": "date-time",
"description": "Due date for the feedback response."
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the feedback was created."
},
"updated_at": {
"type": "string",
Expand Down
76 changes: 59 additions & 17 deletions tdei-api-gateway-stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2395,7 +2395,11 @@
"description": "An server error occurred."
}
},
"security": []
"security": [
{
"AuthorizationToken": []
}
]
}
},
"/api/v1/osw/dataset-viewer/feedbacks": {
Expand All @@ -2410,7 +2414,7 @@
{
"name": "tdei_project_group_id",
"in": "query",
"required": true,
"required": false,
"description": "ID of the project group.",
"schema": {
"type": "string"
Expand All @@ -2419,7 +2423,7 @@
{
"name": "tdei_dataset_id",
"in": "query",
"required": true,
"required": false,
"description": "ID of the dataset.",
"schema": {
"type": "string"
Expand Down Expand Up @@ -2514,7 +2518,45 @@
"description": "An server error occurred."
}
},
"security": []
"security": [
{
"AuthorizationToken": []
}
]
}
},
"/api/v1/osw/dataset-viewer/feedbacks/metadata": {
"get": {
"tags": [
"OSW"
],
"summary": "Retrieves the feedbacks metadata.",
"description": "Retrieves the feedbacks metadata. Response includes a summary of feedbacks such as total count, total overdue, and other relevant statistics.",
"operationId": "oswDatasetViewerFeedbacksMetadata",
"parameters": [],
"responses": {
"200": {
"description": "Feedbacks retrieved successfully.",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/FeedbackMetadata"
}
}
}
}
},
"500": {
"description": "An server error occurred."
}
},
"security": [
{
"AuthorizationToken": []
}
]
}
},
"/api/v1/gtfs-flex/upload/{tdei_project_group_id}/{tdei_service_id}": {
Expand Down Expand Up @@ -4650,6 +4692,11 @@
"Feedback": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the feedback.",
"example": "10432"
},
"project_group": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -4690,16 +4737,6 @@
"type": "string",
"description": "Feedback text provided by the user."
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the feedback was created."
},
"due_date": {
"type": "string",
"format": "date-time",
"description": "Due date for the feedback response."
},
"dataset_element_id": {
"type": "string",
"description": "ID of the specific dataset element related to the feedback.",
Expand All @@ -4723,10 +4760,15 @@
"description": "Longitude of the location related to the feedback.",
"example": -122.4194
},
"id": {
"due_date": {
"type": "string",
"description": "Unique identifier for the feedback.",
"example": "10432"
"format": "date-time",
"description": "Due date for the feedback response."
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the feedback was created."
},
"updated_at": {
"type": "string",
Expand Down
48 changes: 30 additions & 18 deletions tdei-api-gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -2395,7 +2395,11 @@
"description": "An server error occurred."
}
},
"security": []
"security": [
{
"AuthorizationToken": []
}
]
}
},
"/api/v1/osw/dataset-viewer/feedbacks": {
Expand All @@ -2410,7 +2414,7 @@
{
"name": "tdei_project_group_id",
"in": "query",
"required": true,
"required": false,
"description": "ID of the project group.",
"schema": {
"type": "string"
Expand All @@ -2419,7 +2423,7 @@
{
"name": "tdei_dataset_id",
"in": "query",
"required": true,
"required": false,
"description": "ID of the dataset.",
"schema": {
"type": "string"
Expand Down Expand Up @@ -2514,7 +2518,11 @@
"description": "An server error occurred."
}
},
"security": []
"security": [
{
"AuthorizationToken": []
}
]
}
},
"/api/v1/osw/dataset-viewer/feedbacks/metadata": {
Expand Down Expand Up @@ -2544,7 +2552,11 @@
"description": "An server error occurred."
}
},
"security": []
"security": [
{
"AuthorizationToken": []
}
]
}
},
"/api/v1/gtfs-flex/upload/{tdei_project_group_id}/{tdei_service_id}": {
Expand Down Expand Up @@ -4822,6 +4834,11 @@
"Feedback": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the feedback.",
"example": "10432"
},
"project_group": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -4862,16 +4879,6 @@
"type": "string",
"description": "Feedback text provided by the user."
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the feedback was created."
},
"due_date": {
"type": "string",
"format": "date-time",
"description": "Due date for the feedback response."
},
"dataset_element_id": {
"type": "string",
"description": "ID of the specific dataset element related to the feedback.",
Expand All @@ -4895,10 +4902,15 @@
"description": "Longitude of the location related to the feedback.",
"example": -122.4194
},
"id": {
"due_date": {
"type": "string",
"description": "Unique identifier for the feedback.",
"example": "10432"
"format": "date-time",
"description": "Due date for the feedback response."
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the feedback was created."
},
"updated_at": {
"type": "string",
Expand Down