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
22 changes: 20 additions & 2 deletions tdei-api-gateway-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2520,9 +2520,9 @@
],
"description": "Resolution status of the feedback."
},
"status_description": {
"resolution_description": {
"type": "string",
"description": "Description of the feedback status."
"description": "Description of the feedback resolution."
}
},
"required": [
Expand Down Expand Up @@ -5148,6 +5148,24 @@
"resolved"
]
},
"resolution_description": {
"type": "string",
"description": "Description of the feedback resolution."
},
"resolved_by": {
"type": "string",
"description": "User who resolved the feedback.",
"example": "[email protected]"
},
"resolution": {
"type": "string",
"description": "Resolution status for the feedback.",
"enum": [
"fixed",
"wont_fix",
"not_an_issue"
]
},
"location_latitude": {
"type": "number",
"description": "Latitude of the location related to the feedback.",
Expand Down
22 changes: 20 additions & 2 deletions tdei-api-gateway-stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2520,9 +2520,9 @@
],
"description": "Resolution status of the feedback."
},
"status_description": {
"resolution_description": {
"type": "string",
"description": "Description of the feedback status."
"description": "Description of the feedback resolution."
}
},
"required": [
Expand Down Expand Up @@ -5148,6 +5148,24 @@
"resolved"
]
},
"resolution_description": {
"type": "string",
"description": "Description of the feedback resolution."
},
"resolved_by": {
"type": "string",
"description": "User who resolved the feedback.",
"example": "[email protected]"
},
"resolution": {
"type": "string",
"description": "Resolution status for the feedback.",
"enum": [
"fixed",
"wont_fix",
"not_an_issue"
]
},
"location_latitude": {
"type": "number",
"description": "Latitude of the location related to the feedback.",
Expand Down
22 changes: 20 additions & 2 deletions tdei-api-gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -2520,9 +2520,9 @@
],
"description": "Resolution status of the feedback."
},
"status_description": {
"resolution_description": {
"type": "string",
"description": "Description of the feedback status."
"description": "Description of the feedback resolution."
}
},
"required": [
Expand Down Expand Up @@ -5290,6 +5290,24 @@
"resolved"
]
},
"resolution_description": {
"type": "string",
"description": "Description of the feedback resolution."
},
"resolved_by": {
"type": "string",
"description": "User who resolved the feedback.",
"example": "[email protected]"
},
"resolution": {
"type": "string",
"description": "Resolution status for the feedback.",
"enum": [
"fixed",
"wont_fix",
"not_an_issue"
]
},
"location_latitude": {
"type": "number",
"description": "Latitude of the location related to the feedback.",
Expand Down